From c1dcf32f21b1185775acacbaebf0c6ce7eb71de1 Mon Sep 17 00:00:00 2001 From: Yurii Polishchuk Date: Sun, 21 Jan 2018 15:28:35 +0200 Subject: [PATCH] fix file not found issue --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index ddb26eb..15eb1f6 100644 --- a/package.json +++ b/package.json @@ -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", @@ -34,9 +34,6 @@ "engines": { "node": "~0.10.1" }, - "bin": { - "grunt": "./node_modules/grunt/lib/grunt.js" - }, "dependencies": { "uglify-js": "^3.3.7" }