Browse Source

package.json: change the engine version to >= 0.10.1.

pull/750/head
XhmikosR 10 years ago
parent
commit
91535d4876
  1. 2
      package.json

2
package.json

@ -48,6 +48,6 @@
"time-grunt": "~1.0.0"
},
"engines": {
"node": "~0.10.1"
"node": ">=0.10.1"
}
}

Loading…
Cancel
Save