Skip to content

Commit

Permalink
perf(npm): remove superfluous files from npm package (#328)
Browse files Browse the repository at this point in the history
* perf(npm): remove superfluous files from npm package

* test: fix TS tests to point to the right file
  • Loading branch information
sheerlox authored and harrisiirak committed Aug 28, 2023
1 parent e950926 commit 86e85e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .npmignore

This file was deleted.

6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
"test": "cross-env TZ=UTC npm run lint && npm run test:types && npm run test:coverage && npm run generate-badges",
"docs": "rimraf docs && typedoc --out docs --readme none --name 'CronParser' src"
},
"files": [
"lib",
"types",
"LICENSE",
"README.md"
],
"dependencies": {
"luxon": "^3.2.1"
},
Expand Down

0 comments on commit 86e85e8

Please sign in to comment.