Skip to content

Commit 10b9cc1

Browse files
Benjamin E. CoeJustinBeckwith
authored andcommitted
build!: upgrade engines field to >=8.10.0 (#25)
1 parent 5b000f8 commit 10b9cc1

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@
2020
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
2121
"system-test": "mocha build/system-test"
2222
},
23-
"keywords": ["nano", "date", "time", "precise"],
23+
"keywords": [
24+
"nano",
25+
"date",
26+
"time",
27+
"precise"
28+
],
2429
"files": [
2530
"build/src",
2631
"!build/src/**/*.map"
@@ -39,5 +44,8 @@
3944
"sinon": "^7.2.3",
4045
"source-map-support": "^0.5.6",
4146
"typescript": "^3.0.0"
47+
},
48+
"engines": {
49+
"node": ">=8.10.0"
4250
}
4351
}

0 commit comments

Comments
 (0)