Skip to content

Commit

Permalink
Merge pull request #338 from yuriipolishchuk/master
Browse files Browse the repository at this point in the history
fix file not found issue
  • Loading branch information
bassjobsen authored Feb 7, 2018
2 parents 87bfc40 + c1dcf32 commit 067bd29
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "Bass Jobsen",
"scripts": {
"test": "grunt test",
"uglify" : "uglifyjs ./bootstrap3-typeahead.js --output ./bootstrap3-typeahead.min.js --warn --compress drop_console=true"
"uglify": "uglifyjs ./bootstrap3-typeahead.js --output ./bootstrap3-typeahead.min.js --warn --compress drop_console=true"
},
"repository": {
"type": "git",
Expand All @@ -34,9 +34,6 @@
"engines": {
"node": "~0.10.1"
},
"bin": {
"grunt": "./node_modules/grunt/lib/grunt.js"
},
"dependencies": {
"uglify-js": "^3.3.7"
}
Expand Down

0 comments on commit 067bd29

Please sign in to comment.