Skip to content

Commit

Permalink
fix: use npmignore instead of files #1094
Browse files Browse the repository at this point in the history
  • Loading branch information
msand committed Sep 9, 2019
1 parent 794904b commit b940b3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "9.9.0",
"version": "9.9.1",
"name": "react-native-svg",
"description": "SVG library for react-native",
"homepage": "https://github.com/react-native-community/react-native-svg",
Expand All @@ -12,12 +12,6 @@
"module": "lib/module/index.js",
"react-native": "src/index.ts",
"types": "src/index.d.ts",
"files": [
"lib/",
"src/",
"android/",
"ios/"
],
"@react-native-community/bob": {
"source": "src",
"output": "lib",
Expand Down

0 comments on commit b940b3b

Please sign in to comment.