Sotaro KARASAWA il y a 11 ans
Parent
commit
242b892e70
1 fichiers modifiés avec 5 ajouts et 4 suppressions
  1. 5 4
      package.json

+ 5 - 4
package.json

@@ -41,10 +41,11 @@
     "grunt-contrib-uglify": "~0.2.2",
     "grunt-contrib-uglify": "~0.2.2",
     "grunt-contrib-watch": "~0.5.3",
     "grunt-contrib-watch": "~0.5.3",
     "grunt-sass": "~0.13.1",
     "grunt-sass": "~0.13.1",
-    "reveal.js": "~2.6.2"
-  },
-  "devDependencies": {
+    "reveal.js": "~2.6.2",
+    "grunt-cli": "~0.1.13",
+    "bower": "~1.3.9"
   },
   },
+  "devDependencies": {},
   "license": [
   "license": [
     {
     {
       "type": "MIT",
       "type": "MIT",
@@ -53,7 +54,7 @@
   ],
   ],
   "scripts": {
   "scripts": {
     "start": "node app.js",
     "start": "node app.js",
-    "postinstall": "bower cache clean && bower install && grunt"
+    "postinstall": "./node_modules/bower/bin/bower cache clean && ./node_modules/bower/bin/bower install && ./node_modules/grunt-cli/bin/grunt"
   },
   },
   "env": {
   "env": {
     "NODE_ENV": "production"
     "NODE_ENV": "production"