Skip to content

Commit 307b733

Browse files
committed
now using files option instead of npm ignore
1 parent f14207b commit 307b733

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.npmignore

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

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"scripts": {
66
"prepublishOnly": "npm --no-git-tag-version version $TRAVIS_TAG"
77
},
8+
"files": [
9+
"template",
10+
"template.config.js"
11+
],
812
"repository": {
913
"type": "git",
1014
"url": "git+https://github.com/emin93/react-native-template-typescript.git"

0 commit comments

Comments
 (0)