Skip to content
Snippets Groups Projects
Verified Commit 5d8216cf authored by Jan Loewe's avatar Jan Loewe :speech_balloon:
Browse files

chore(pkg): allow all files for npm

parent 543e3665
No related branches found
No related tags found
No related merge requests found
...@@ -4,9 +4,6 @@ ...@@ -4,9 +4,6 @@
"author": "Jan Henry Loewe <kontakt@jloewe.net>", "author": "Jan Henry Loewe <kontakt@jloewe.net>",
"main": "dist/src/index.js", "main": "dist/src/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"scripts": { "scripts": {
"test": "mocha -r ts-node/register tests/**/*.test.ts", "test": "mocha -r ts-node/register tests/**/*.test.ts",
"testWithCoverage": "nyc -r lcov -e .ts -x \"*.test.ts\" mocha -r ts-node/register tests/**/*.test.ts && nyc report", "testWithCoverage": "nyc -r lcov -e .ts -x \"*.test.ts\" mocha -r ts-node/register tests/**/*.test.ts && nyc report",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment