Commit 5d0e0ca0 authored by Randall Leeds's avatar Randall Leeds

Add node engines to package.json

parent b0d1eb7e
...@@ -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"
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment