Skip to content

Commit

Permalink
Replace .npmignore by "files" field in package.json
Browse files Browse the repository at this point in the history
Related to #547
  • Loading branch information
dubzzz committed Feb 7, 2020
1 parent a9b5864 commit ceb7896
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .npmignore

This file was deleted.

1 change: 1 addition & 0 deletions package.json
Expand Up @@ -12,6 +12,7 @@
]
}
},
"files": ["lib"],
"sideEffects": false,
"scripts": {
"perf": "node perf/benchmark.js",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.publish.json
Expand Up @@ -2,6 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"declaration": false,
"incremental": false,
"removeComments": true,
"sourceMap": false
}
Expand Down
1 change: 1 addition & 0 deletions tsconfig.publish.types.json
Expand Up @@ -3,6 +3,7 @@
"compilerOptions": {
"declaration": true,
"emitDeclarationOnly": true,
"incremental": false,
"removeComments": false,
"outDir": "lib/types"
}
Expand Down

0 comments on commit ceb7896

Please sign in to comment.