Merge pull request #46 from ParsePlatform/fosco.dev

Added engines tag to package.json
This commit is contained in:
Fosco Marotto
2016-01-29 11:52:15 -08:00

View File

@@ -25,5 +25,8 @@
}, },
"scripts": { "scripts": {
"test": "TESTING=1 jasmine" "test": "TESTING=1 jasmine"
},
"engines": {
"node": ">=4.1"
} }
} }