]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Add modules when NodeJS versions are too low. 2168/head
authorThomas Citharel <tcit@tcit.fr>
Thu, 23 Jun 2016 12:34:59 +0000 (14:34 +0200)
committerThomas Citharel <tcit@tcit.fr>
Thu, 23 Jun 2016 12:34:59 +0000 (14:34 +0200)
And eventually one required anyway.

package.json

index 52c8d9096238eef647f7fdeb812c37c82b04be04..3ed7a49f4689b5f3eb0ccfd7f15a5fb0e9c8e817 100644 (file)
@@ -14,6 +14,7 @@
     "browserify": "^13.0.0",
     "browserify-shim": "^3.8.12",
     "cssnano": "^3.5.2",
+    "es6-promise": "^3.2.1",
     "grunt": ">=0.4.0",
     "grunt-browserify": "^5.0.0",
     "grunt-cli": "^1.2.0",
@@ -33,7 +34,8 @@
     "pickadate": "^3.5.6",
     "pixrem": "^3.0.0",
     "postcss-cssnext": "^2.5.1",
-    "prismjs": "^1.4.1"
+    "prismjs": "^1.4.1",
+    "through": "^2.3.8"
   },
   "engines": {
     "node": ">0.12"