Skip to content

Commit

Permalink
fix: cleanup published files
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiKilian committed Nov 23, 2024
1 parent e9334c4 commit c7afdf8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
4 changes: 0 additions & 4 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,3 @@ android/local.properties
example
__tests__
coverage

plugin/src
plugin/jest.config.js
plugin/tsconfig.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"*.podspec",
"react-native.config.json",
"app.plugin.js",
"plugin",
"plugin/build/**",
"!ios/build",
"!android/build",
"!android/gradle",
Expand Down
5 changes: 0 additions & 5 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
"module": "index.js",
"react-native": "index.js",
"source": "index.js",
"files": [
"index.js",
"src",
"!**/__tests__"
],
"peerDependencies": {
"@react-native-masked-view/masked-view": "*",
"react": "*",
Expand Down

0 comments on commit c7afdf8

Please sign in to comment.