Skip to content

Commit

Permalink
fix: Ensure the correct files are included in the NPM package
Browse files Browse the repository at this point in the history
Fixes #62
Fixes #63
  • Loading branch information
matt-oakes committed Apr 15, 2019
1 parent d13db9f commit d9fc04f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Expand Up @@ -7,9 +7,13 @@
"module": "lib/module/index.js",
"types": "typings/index.d.ts",
"files": [
"/android",
"!/android/build",
"/ios",
"/js",
"/lib",
"/typings"
"/typings",
"/*.podspec"
],
"author": "Matt Oakes <hello@mattoakes.net>",
"contributors": [
Expand Down

0 comments on commit d9fc04f

Please sign in to comment.