There was an error while loading. Please reload this page.
1 parent 1145741 commit e87ae03Copy full SHA for e87ae03
package.json
@@ -3,6 +3,9 @@
3
"version": "0.4.2",
4
"description": "Compile LightScript to JavaScript.",
5
"main": "index.js",
6
+ "engines": {
7
+ "node": ">=4"
8
+ },
9
"scripts": {
10
"test": "mocha test",
11
"test:debug": "node --inspect --debug-brk mocha test",
0 commit comments