Skip to content

Commit f107ff0

Browse files
committed
Don't require global gulp and bower
1 parent 88254ec commit f107ff0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@
1010
"Nicholas Hwang <nick.joosung.hwang@gmail.com>"
1111
],
1212
"scripts": {
13-
"install": "bower install",
14-
"watch": "gulp watch",
15-
"build": "gulp build"
13+
"install": "./node_modules/.bin/bower install",
14+
"watch": "./node_modules/.bin/gulp watch",
15+
"build": "./node_modules/.bin/gulp build"
1616
},
1717
"license": "MIT",
1818
"main": "dist/js/select.js",
1919
"devDependencies": {
20-
"bower": "^1.4.1",
2120
"del": "^1.2.0",
2221
"gulp": "^3.9.0",
2322
"gulp-autoprefixer": "^2.3.1",
@@ -32,6 +31,7 @@
3231
"gulp-wrap-umd": "^0.2.1"
3332
},
3433
"dependencies": {
34+
"bower": "^1.4.1",
3535
"tether": "~1.0.2"
3636
}
3737
}

0 commit comments

Comments
 (0)