Skip to content

Commit

Permalink
Reverted 'files' package directive. Include all files in releases
Browse files Browse the repository at this point in the history
  • Loading branch information
scarlac committed Jun 8, 2021
1 parent ae1c206 commit babdc70
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,11 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"version": "12.0.0-beta2",
"version": "12.0.0-beta3",
"description": "A high performance, fully featured, rock solid camera library for React Native applications",
"nativePackage": true,
"react-native": "src/index",
"source": "src/index",
"files": [
"dist/",
"src/"
],
"scripts": {
"build": "tsc --project tsconfig.json",
"clean": "rm -rf dist/",
Expand Down

0 comments on commit babdc70

Please sign in to comment.