We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3711d11 commit edfb6a3Copy full SHA for edfb6a3
1 file changed
package.json
@@ -20,7 +20,8 @@
20
"url": "https://github.com/solidusjs/devtools-solidus/issues"
21
},
22
"scripts": {
23
- "test": "grunt test"
+ "test": "grunt test",
24
+ "postinstall": "node_modules/.bin/bower install"
25
26
"devDependencies": {
27
"grunt": "~0.4.5",
@@ -31,8 +32,5 @@
31
32
"dependencies": {
33
"bower": "^1.3.6",
34
"socket.io-client": "^1.0.6"
- },
35
- "scripts": {
36
- "postinstall": "node_modules/.bin/bower install"
37
}
38
0 commit comments