Added engines tag to package.json

This commit is contained in:
Fosco Marotto
2016-01-29 11:51:34 -08:00
parent dfe68237a2
commit 66184ed645

View File

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