Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
crlcu committed Jul 19, 2018
1 parent 69e624e commit 51fc442
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 62 deletions.
60 changes: 0 additions & 60 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
"version": "2.5.4",
"description": "jQuery multiselect plugin with two sides",
"main": "dist/js/multiselect.min.js",
"unpkg": "dist/js/multiselect.min.js",
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "jasmine",
"release": "standard-version"
},
"repository": {
Expand All @@ -25,7 +29,6 @@
"gulp-rename": "^1.2.2",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^2.0.0",
"jasmine": "^2.5.3",
"standard-version": "^4.3.0"
},
"dependencies": {
Expand Down

0 comments on commit 51fc442

Please sign in to comment.