fix: use npmignore instead of files #1094

This commit is contained in:
Mikael Sand
2019-09-09 21:12:46 +03:00
parent 794904b2e4
commit b940b3ba2c
2 changed files with 2 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "react-native-svg",
"version": "9.9.0",
"version": "9.9.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+1 -7
View File
@@ -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",
@@ -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",