Skip to content

Commit f197763

Browse files
committed
docs(location): change the npmignore
1 parent 623aaa0 commit f197763

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.npmignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,14 @@ ios
44
node_modules
55
.idea
66
show.gif
7+
test
8+
.travis.yml
9+
.npmignore
10+
.gitignore
11+
coverage
12+
CHANGELOG.md
13+
LICENSE
14+
.eslintignore
15+
.eslintrc
16+
.editorconfig
17+
.babelrc

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-picker-xg",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"private": false,
55
"main": "app/picker.js",
66
"description": "react native Picker component for both Android and iOS.",

0 commit comments

Comments
 (0)