mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-01 14:15:03 +00:00
fix: use npmignore instead of files #1094
This commit is contained in:
Generated
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "react-native-svg",
|
"name": "react-native-svg",
|
||||||
"version": "9.9.0",
|
"version": "9.9.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
+1
-7
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "9.9.0",
|
"version": "9.9.1",
|
||||||
"name": "react-native-svg",
|
"name": "react-native-svg",
|
||||||
"description": "SVG library for react-native",
|
"description": "SVG library for react-native",
|
||||||
"homepage": "https://github.com/react-native-community/react-native-svg",
|
"homepage": "https://github.com/react-native-community/react-native-svg",
|
||||||
@@ -12,12 +12,6 @@
|
|||||||
"module": "lib/module/index.js",
|
"module": "lib/module/index.js",
|
||||||
"react-native": "src/index.ts",
|
"react-native": "src/index.ts",
|
||||||
"types": "src/index.d.ts",
|
"types": "src/index.d.ts",
|
||||||
"files": [
|
|
||||||
"lib/",
|
|
||||||
"src/",
|
|
||||||
"android/",
|
|
||||||
"ios/"
|
|
||||||
],
|
|
||||||
"@react-native-community/bob": {
|
"@react-native-community/bob": {
|
||||||
"source": "src",
|
"source": "src",
|
||||||
"output": "lib",
|
"output": "lib",
|
||||||
|
|||||||
Reference in New Issue
Block a user