Commit bd151b3444051218586e6db524d1767d208bc086
node 4 and npm 3
Michael Williams committed on 11/28/2015, 8:42:15 AMParent: 284481336aff35c7602753a00299a59ab2c529b3
Files changed
package.json | changed |
.nvmrc | added |
package.json | ||
---|---|---|
@@ -45,8 +45,12 @@ | ||
45 | 45 | "bugs": { |
46 | 46 | "url": "https://github.com/ahdinosaur/production-todomvc/issues" |
47 | 47 | }, |
48 | 48 | "homepage": "https://github.com/ahdinosaur/production-todomvc#readme", |
49 | + "engines": { | |
50 | + "node": "^4.0.0", | |
51 | + "npm": "^3.0.0" | |
52 | + }, | |
49 | 53 | "devDependencies": { |
50 | 54 | "budo": "^6.1.0", |
51 | 55 | "cuke-tap": "^1.0.2", |
52 | 56 | "jsdom": "^7.1.0", |
.nvmrc | ||
---|---|---|
@@ -1,0 +1,1 @@ | ||
1 | +4 |
Built with git-ssb-web