Skip to content

Commit e87ae03

Browse files
Bo Lingenrattrayalex
authored andcommitted
add prop to package.json
1 parent 1145741 commit e87ae03

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "0.4.2",
44
"description": "Compile LightScript to JavaScript.",
55
"main": "index.js",
6+
"engines": {
7+
"node": ">=4"
8+
},
69
"scripts": {
710
"test": "mocha test",
811
"test:debug": "node --inspect --debug-brk mocha test",

0 commit comments

Comments
 (0)