Skip to content

Commit d261332

Browse files
committed
use files and directories entries instead of .npmignore
1 parent 4837301 commit d261332

File tree

2 files changed

+6
-32
lines changed

2 files changed

+6
-32
lines changed

.npmignore

Lines changed: 0 additions & 32 deletions
This file was deleted.

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@
6363
"url": "https://github.com/RobotlegsJS/SignalsJS/issues"
6464
},
6565
"homepage": "https://github.com/RobotlegsJS/SignalsJS#readme",
66+
"files": [
67+
"lib"
68+
],
69+
"directories": {
70+
"lib": "./lib"
71+
},
6672
"dependencies": {
6773
"tslib": "^1.9.3"
6874
},

0 commit comments

Comments
 (0)