Skip to content

Commit

Permalink
docs(Build): Remove deprecated option
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed Jan 13, 2021
1 parent fb9b270 commit 95fb313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"build:node": "microbundle build --target node --format es,cjs -o dist/lib",
"build:browser": "microbundle build --name logga --format es,umd -o dist/browser",
"bench": "npm run build:node && node benchmark.js 2>/dev/null",
"docs": "typedoc --mode file --out docs index.ts && cp *.png docs/"
"docs": "typedoc --out docs index.ts && cp *.png docs/"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 95fb313

Please sign in to comment.