Skip to content

Commit

Permalink
remove npm ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
gandlafbtc committed Feb 24, 2024
1 parent 0a7460c commit 69431be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 0 additions & 5 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 @@ -5,6 +5,10 @@
"description": "",
"main": "modules/index.js",
"module": "modules/index.js",
"files": [
"src",
"modules"
],
"scripts": {
"compile": "rm -rf dist/lib && tsc",
"test": "jest --coverage --maxWorkers=1",
Expand Down

0 comments on commit 69431be

Please sign in to comment.