Add node engines to package.json
Showing
... | @@ -8,6 +8,9 @@ | ... | @@ -8,6 +8,9 @@ |
"clean-css": "2.2.2", | "clean-css": "2.2.2", | ||
"uglify-js": "2.4.14" | "uglify-js": "2.4.14" | ||
}, | }, | ||
"engines": { | |||
"node": "0.10.x" | |||
}, | |||
"scripts": { | "scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | "test": "echo \"Error: no test specified\" && exit 1" | ||
}, | }, | ||
... | ... |
Please register or sign in to comment