Skip to content

Commit

Permalink
Merge pull request #10 from kawanet/0.0.7
Browse files Browse the repository at this point in the history
0.0.7
  • Loading branch information
kawanet authored Aug 19, 2023
2 parents 6d13214 + f8a969e commit 05a520b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 14, 16, 18, 19 ]
node-version: [ 14, 16, 18, 20 ]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cdate",
"description": "a compact calendar date",
"version": "0.0.6",
"version": "0.0.7",
"author": "@kawanet",
"browser": "./dist/cdate.min.js",
"bugs": {
Expand All @@ -12,24 +12,24 @@
"CasheeeewNuts <[email protected]>"
],
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-node-resolve": "^15.2.0",
"@types/benchmark": "^2.1.2",
"@types/luxon": "^3.3.0",
"@types/luxon": "^3.3.1",
"@types/mocha": "^10.0.1",
"@types/node": "^18.15.9",
"@types/strftime": "^0.9.4",
"benchmark": "^2.1.4",
"browserify": "^17.0.0",
"browserify-sed": "^0.8.0",
"dayjs": "^1.11.7",
"luxon": "^3.3.0",
"dayjs": "^1.11.9",
"luxon": "^3.4.0",
"mocha": "^10.2.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"rollup": "^3.23.0",
"rollup": "^3.28.0",
"strftime": "^0.10.2",
"terser": "^5.17.6",
"typescript": "^5.0.4"
"terser": "^5.19.2",
"typescript": "^5.1.6"
},
"exports": {
"import": "./index.js",
Expand Down

0 comments on commit 05a520b

Please sign in to comment.