Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Erwin Heldy G committed Nov 18, 2021
1 parent 802805d commit bb0e651
Showing 1 changed file with 28 additions and 13 deletions.
41 changes: 28 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,41 @@
{
"name": "tagin",
"version": "1.3.1",
"version": "1.4.0",
"description": "Simple tag input for Bootstrap",
"keywords": [
"tag",
"bootstrap",
"bootstrap tag",
"tag input"
],
"main": "index.js",
"main": "dist/js/tagin.js",
"repository": "https://github.com/erwinheldy/tagin.git",
"author": "Erwin Heldy G <[email protected]>",
"license": "MIT",
"dependencies": {
"bootstrap": "5.0.1"
},
"devDependencies": {
"gulp": "4.0.2",
"gulp-autoprefixer": "7.0.1",
"gulp-clean-css": "4.3.0",
"gulp-rename": "2.0.0",
"gulp-sass": "4.1.0",
"gulp-terser": "2.0.1"
}
"scripts": {
"dev": "node builder.js --dev",
"build": "node builder.js --build",
"preview": "tinyliveserver --root=dist"
},
"devDependencies": {
"autoprefixer": "10.4.0",
"bootstrap": "5.1.3",
"chokidar": "3.5.2",
"cssmin-recursive": "1.0.0",
"jsmin-recursive": "1.0.0",
"postcss": "8.3.11",
"postcss-cli": "9.0.2",
"tinyliveserver": "1.0.1"
},
"browserslist": [
">= 0.5%",
"last 2 major versions",
"not dead",
"Chrome >= 60",
"Firefox >= 60",
"Firefox ESR",
"iOS >= 12",
"Safari >= 12",
"not Explorer <= 11"
]
}

0 comments on commit bb0e651

Please sign in to comment.