Skip to content

Commit

Permalink
Don't require global gulp and bower
Browse files Browse the repository at this point in the history
  • Loading branch information
ChALkeR committed May 2, 2016
1 parent 88254ec commit f107ff0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@
"Nicholas Hwang <[email protected]>"
],
"scripts": {
"install": "bower install",
"watch": "gulp watch",
"build": "gulp build"
"install": "./node_modules/.bin/bower install",
"watch": "./node_modules/.bin/gulp watch",
"build": "./node_modules/.bin/gulp build"
},
"license": "MIT",
"main": "dist/js/select.js",
"devDependencies": {
"bower": "^1.4.1",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
Expand All @@ -32,6 +31,7 @@
"gulp-wrap-umd": "^0.2.1"
},
"dependencies": {
"bower": "^1.4.1",
"tether": "~1.0.2"
}
}

0 comments on commit f107ff0

Please sign in to comment.