Skip to content

Commit

Permalink
chore: add exclusions to npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Mar 5, 2024
1 parent 5fb1382 commit 4d2e494
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ rollup.config.js
lgtm.yml
.travis.yml
.DS_Store
.babelrc
.babelrc.json
.idea
.remarkrc
docs
.nyc_output
coverage
Expand All @@ -18,3 +17,9 @@ mocha-multi-reporters.json
.nojekyll
ignore
pnpm-lock.yaml
.eslintrc.cjs
.editorconfig
.eslintignore
licenseInfo.json
tsconfig.json
demo
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
]
},
"scripts": {
"prepublishOnly": "pnpm i && npm run license-badges",
"prepublishOnly": "pnpm i",
"license-badge": "license-badger --corrections --uncategorizedLicenseTemplate \"\\${license} (\\${name} (\\${version}))\" --filteredTypes=nonempty --textTemplate \"License types\n(project, deps, and bundled devDeps)\" --packageJson --production badges/licenses-badge.svg",
"license-badge-dev": "license-badger --corrections --filteredTypes=nonempty --textTemplate \"License types\n(all devDeps)\" --allDevelopment badges/licenses-badge-dev.svg",
"license-badges": "npm run license-badge && npm run license-badge-dev",
Expand Down

0 comments on commit 4d2e494

Please sign in to comment.