We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88254ec commit f107ff0Copy full SHA for f107ff0
1 file changed
package.json
@@ -10,14 +10,13 @@
10
"Nicholas Hwang <nick.joosung.hwang@gmail.com>"
11
],
12
"scripts": {
13
- "install": "bower install",
14
- "watch": "gulp watch",
15
- "build": "gulp build"
+ "install": "./node_modules/.bin/bower install",
+ "watch": "./node_modules/.bin/gulp watch",
+ "build": "./node_modules/.bin/gulp build"
16
},
17
"license": "MIT",
18
"main": "dist/js/select.js",
19
"devDependencies": {
20
- "bower": "^1.4.1",
21
"del": "^1.2.0",
22
"gulp": "^3.9.0",
23
"gulp-autoprefixer": "^2.3.1",
@@ -32,6 +31,7 @@
32
31
"gulp-wrap-umd": "^0.2.1"
33
34
"dependencies": {
+ "bower": "^1.4.1",
35
"tether": "~1.0.2"
36
}
37
0 commit comments