Skip to content

Commit

Permalink
[sc-9148] [project] Tried a workaround for the lib/mappings.wasm error (
Browse files Browse the repository at this point in the history
  • Loading branch information
jrtibbetts committed Aug 31, 2022
1 parent c0adf3f commit eed3b15
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 3 deletions.
4 changes: 3 additions & 1 deletion example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

91 changes: 90 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@
"author": "Radar Labs, Inc.",
"homepage": "https://radar.com",
"license": "Apache-2.0",
"resolutions": {
"source-map": "^0.8.0-beta.0"
},
"dependencies": {
"@capacitor/core": "^3.0.1",
"radar-sdk-js": "^3.1.1"
"radar-sdk-js": "^3.1.1",
"source-map": "^0.8.0-beta.0"
},
"devDependencies": {
"@capacitor/android": "^3.0.1",
Expand Down

0 comments on commit eed3b15

Please sign in to comment.