Skip to content

Commit

Permalink
luxon@2; Node 16+ 💥💚; 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Jan 12, 2022
1 parent 3a5bcef commit 1fd2193
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['10', '12', '14', '16']
node-version: ['16']

steps:
- name: checkout
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "parse-human-relative-time",
"description": "Parse human relative time strings like \"next Tuesday 3pm\".",
"version": "2.0.3",
"version": "3.0.0",
"main": "index.js",
"files": [
"index.js",
Expand All @@ -23,17 +23,17 @@
"bugs": "https://github.com/derhuerst/parse-human-relative-time/issues",
"license": "ISC",
"engines": {
"node": ">=10"
"node": ">=16"
},
"peerDependencies": {
"date-fns": "^2.7.0",
"luxon": "^1.21.1"
"luxon": "^2.3.0"
},
"devDependencies": {
"date-fns": "^2.7.0",
"date-fns-tz": "^1.0.8",
"eslint": "^8.6.0",
"luxon": "^1.21.1",
"luxon": "^2.3.0",
"syntax-cli": "^0.1.12"
},
"scripts": {
Expand Down

0 comments on commit 1fd2193

Please sign in to comment.