Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit 9980967

Browse files
Merge pull request #38 from ChadKillingsworth/node-versions
Add minimum node version
2 parents 2c44851 + 70a544c commit 9980967

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
@@ -57,5 +57,8 @@
5757
"scripts": {
5858
"test": "mocha",
5959
"pretest": "./build_compiler.js"
60+
},
61+
"engines": {
62+
"node" : ">=0.12.0"
6063
}
6164
}

0 commit comments

Comments
 (0)