Skip to content

Commit 6ea4be2

Browse files
author
dflynn15
committed
🐢 feat: Version Node engine in package.json
- Enforces Node version due to use of `let`, `const`, and `Promise` according to http://node.green/
1 parent 06e676b commit 6ea4be2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scss-splinter",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
@@ -18,5 +18,8 @@
1818
"url": "[email protected]:sparkbox/splinter.git",
1919
"type": "git"
2020
},
21-
"author": "Adam Simpson <[email protected]>"
21+
"author": "Adam Simpson <[email protected]>",
22+
"engine": {
23+
"node": ">=4.3.2"
24+
}
2225
}

0 commit comments

Comments
 (0)