git ssb

1+

dinoworm ๐Ÿ› / catstack



Commit bd151b3444051218586e6db524d1767d208bc086

node 4 and npm 3

Michael Williams committed on 11/28/2015, 8:42:15 AM
Parent: 284481336aff35c7602753a00299a59ab2c529b3

Files changed

package.jsonchanged
.nvmrcadded
package.jsonView
@@ -45,8 +45,12 @@
4545 "bugs": {
4646 "url": "https://github.com/ahdinosaur/production-todomvc/issues"
4747 },
4848 "homepage": "https://github.com/ahdinosaur/production-todomvc#readme",
49+ "engines": {
50+ "node": "^4.0.0",
51+ "npm": "^3.0.0"
52+ },
4953 "devDependencies": {
5054 "budo": "^6.1.0",
5155 "cuke-tap": "^1.0.2",
5256 "jsdom": "^7.1.0",
.nvmrcView
@@ -1,0 +1,1 @@
1+4

Built with git-ssb-web