Skip to content

Commit

Permalink
fix(deps): dayjs required to be a module
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Selman <[email protected]>
  • Loading branch information
dselman committed Mar 20, 2023
1 parent feac481 commit 9c4147f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@accordproject/template-cli",
"version": "1.0.4",
"version": "1.0.5",
"description": "Command Line Interface for template engine and data format conversion",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
"dist"
],
"bin": {
"ten": "./dist/index.js"
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@types/node": "^18.15.3",
"typescript": "^5.0.2",
"rimraf": "3.0.2"
"rimraf": "3.0.2",
"typescript": "^5.0.2"
}
}

0 comments on commit 9c4147f

Please sign in to comment.