Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
package: replace npm ignore with file field
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed May 11, 2019
1 parent d7d4ae7 commit 8a817e4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .npmignore

This file was deleted.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,10 @@
* max_comment_size: new option
* promise: new API module

## Trunk

* package: replace npm ignore with file field

## Version 4.4.1

Fix:
Expand Down
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -64,6 +64,9 @@
"ts-node": "^8.0.3",
"typescript": "^3.4.2"
},
"files": [
"./lib"
],
"optionalDependencies": {},
"main": "./lib",
"scripts": {
Expand Down

0 comments on commit 8a817e4

Please sign in to comment.