Skip to content

Commit

Permalink
fix: dependencies (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
thorwebdev authored Feb 15, 2022
1 parent 6513f37 commit ca763c5
Show file tree
Hide file tree
Showing 4 changed files with 610 additions and 32 deletions.
25 changes: 13 additions & 12 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"lint": "tsc --noEmit && eslint --fix --ext .ts ./src",
"docs": "typedoc --options typedoc.js src",
"prepack": "npm run build",
"postinstall": "npm i --prefix=src",
"install:nextjs": "npm i --prefix=examples/nextjs --no-package-lock",
"install:examples": "npm run install:nextjs",
"build": "npm run clean && tsc -p tsconfig.build.json",
Expand Down
Loading

0 comments on commit ca763c5

Please sign in to comment.