Skip to content

Commit

Permalink
fix: fix generation of NPM release package (#75, #78) (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeworxet committed Oct 19, 2022
1 parent 791c8bb commit 1d816ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"lint": "eslint --max-warnings 0 --config .eslintrc .",
"lint:fix": "eslint --max-warnings 0 --config .eslintrc . --fix",
"generate:assets": "npm run build && npm run docs && npm run generate:readme:toc",
"generate:readme:toc": "markdown-toc -i README.md"
"generate:readme:toc": "markdown-toc -i README.md",
"prepublishOnly": "npm run generate:assets"
},
"repository": {
"type": "git",
Expand All @@ -32,6 +33,7 @@
"access": "public"
},
"files": [
"API.md",
"LICENSE",
"README.md",
"/lib"
Expand Down

0 comments on commit 1d816ca

Please sign in to comment.