Skip to content

Commit

Permalink
chore(example): update to latest cap 3 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
johnborges committed Mar 2, 2021
1 parent a593094 commit 2fd5121
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
62 changes: 31 additions & 31 deletions example/package-lock.json

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

8 changes: 4 additions & 4 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dist/"
],
"scripts": {
"build": "stencil build",
"build": "stencil build --dev",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watch",
Expand All @@ -21,11 +21,11 @@
"dependencies": {
"@capacitor-community/appcenter-shared": "file:../appcenter-shared",
"@capacitor/app": "^0.3.3",
"@capacitor/cli": "^3.0.0-beta.2",
"@capacitor/core": "^3.0.0-beta.2",
"@capacitor/cli": "^3.0.0-beta.6",
"@capacitor/core": "^3.0.0-beta.6",
"@capacitor/device": "^0.5.3",
"@capacitor/haptics": "^0.3.3",
"@capacitor/ios": "^3.0.0-beta.2",
"@capacitor/ios": "^3.0.0-beta.6",
"@capacitor/keyboard": "^0.5.3"
}
}

0 comments on commit 2fd5121

Please sign in to comment.