Skip to content

Commit

Permalink
build!: upgrade engines field to >=8.10.0 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored and JustinBeckwith committed May 2, 2019
1 parent 5b000f8 commit 10b9cc1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
"system-test": "mocha build/system-test"
},
"keywords": ["nano", "date", "time", "precise"],
"keywords": [
"nano",
"date",
"time",
"precise"
],
"files": [
"build/src",
"!build/src/**/*.map"
Expand All @@ -39,5 +44,8 @@
"sinon": "^7.2.3",
"source-map-support": "^0.5.6",
"typescript": "^3.0.0"
},
"engines": {
"node": ">=8.10.0"
}
}

0 comments on commit 10b9cc1

Please sign in to comment.