Skip to content

Commit b1dea91

Browse files
committed
specify distributed files
1 parent f306dc3 commit b1dea91

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.npmignore

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

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
"lint": "eslint ./src",
99
"flow": "flow check"
1010
},
11+
"files": [
12+
"index.js",
13+
"index.d.ts",
14+
"src"
15+
],
1116
"repository": {
1217
"type": "git",
1318
"url": "git+https://github.com/vonovak/react-navigation-header-buttons.git"

0 commit comments

Comments
 (0)