Browse Source

package: fix `post-install

master
Guillermo Rauch 9 years ago
parent
commit
12f165ef4a
  1. 2
      package.json

2
package.json

@ -48,7 +48,7 @@
"scripts": {
"gulp": "gulp",
"test": "ava",
"postinstall": "build/scripts/post-install.js"
"postinstall": "build/scripts/post-install"
},
"babel": {
"presets": [

Loading…
Cancel
Save