Commit 29d2de86 authored by XhmikosR's avatar XhmikosR

Specify engines in package.json.

Things don't work with older versions.
parent 7e299c6a
...@@ -59,6 +59,9 @@ ...@@ -59,6 +59,9 @@
"markdown": "~0.5.0", "markdown": "~0.5.0",
"css-flip": "~0.3.0" "css-flip": "~0.3.0"
}, },
"engines": {
"node": "~0.10.1"
},
"jspm": { "jspm": {
"main": "js/bootstrap", "main": "js/bootstrap",
"directories": { "directories": {
......
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