mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-23 08:06:33 +00:00
Merge pull request #2168 from wallabag/fix-npm-dep-old-nodejs
Add modules when NodeJS versions are too low.
This commit is contained in:
commit
20218495a7
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue