Skip to content

Commit edfb6a3

Browse files
committed
fix duplicate script object
1 parent 3711d11 commit edfb6a3

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"url": "https://github.com/solidusjs/devtools-solidus/issues"
2121
},
2222
"scripts": {
23-
"test": "grunt test"
23+
"test": "grunt test",
24+
"postinstall": "node_modules/.bin/bower install"
2425
},
2526
"devDependencies": {
2627
"grunt": "~0.4.5",
@@ -31,8 +32,5 @@
3132
"dependencies": {
3233
"bower": "^1.3.6",
3334
"socket.io-client": "^1.0.6"
34-
},
35-
"scripts": {
36-
"postinstall": "node_modules/.bin/bower install"
3735
}
3836
}

0 commit comments

Comments
 (0)