Skip to content

Commit

Permalink
fix: don't include unnecessary files in NPM package (#240)
Browse files Browse the repository at this point in the history
Co-authored-by: Alano Terblanche <[email protected]>
  • Loading branch information
alnr and Benehiko authored Jan 24, 2023
1 parent 7a3642d commit cfb6b9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .npmignore

This file was deleted.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
"license": "Apache-2.0",
"author": "Aeneas Rekkas",
"main": "src/index.ts",
"files": [
"lib/*",
"views/*"
],
"scripts": {
"build": "rm -rf lib/* && tsc",
"serve": "node lib/index.js",
Expand Down

0 comments on commit cfb6b9b

Please sign in to comment.