Browse Source

aggiunto il modulo 'time-grunt' necessario al task 'serve'

cek 8 years ago
parent
commit
f42af2bb6d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      package.json

+ 3 - 0
package.json

@@ -16,5 +16,8 @@
     "grunt-contrib-watch": "^0.6.1",
     "grunt-newer": "^1.1.1",
     "grunt-wiredep": "^2.0.0"
+  },
+  "dependencies": {
+    "time-grunt": "^1.2.1"
   }
 }