Browse Source

Fix dependencies to work with old node.js

tags/v1.6.0
Sauli Tähkäpää 7 years ago
parent
commit
b96ada51cc
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      package.json

+ 2
- 2
package.json View File

@@ -6,10 +6,10 @@
"license": "Apache-2.0",
"dependencies": {
"bower": "latest",
"fs-extra": "latest",
"fs-extra": "2.0.x",
"gulp": "^3.9.1",
"gulp-add-src": "latest",
"gulp-git": "latest",
"gulp-git": "1.14.x",
"gulp-json-editor": "latest",
"gulp-markdown": "^1.0.0",
"gulp-modify": "^0.1.1",

Loading…
Cancel
Save