mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-09 21:07:46 +00:00
[examples][static-build] Update ionic-angular to 5.1.1 (#4986)
This PR adds the missing `package-lock.json` file and updates to latest `ionic-angular` boilerplate.
This commit is contained in:
@@ -15,7 +15,7 @@ _Live Example: https://ionic-angular.now-examples.now.sh_
|
||||
To get started with Ionic Angular deployed with Vercel, you can use the [Ionic CLI](https://ionicframework.com/docs/cli) to initialize the project:
|
||||
|
||||
```shell
|
||||
$ npx ionic start [project-name] conference --type angular && cd [project-name]
|
||||
$ npx @ionic/cli start [project-name] conference --type angular && cd [project-name]
|
||||
```
|
||||
|
||||
### Deploying From Your Terminal
|
||||
|
||||
13585
examples/ionic-angular/package-lock.json
generated
Normal file
13585
examples/ionic-angular/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -31,7 +31,7 @@
|
||||
"@ionic-native/in-app-browser": "5.0.0-beta.15",
|
||||
"@ionic-native/splash-screen": "5.0.0-beta.15",
|
||||
"@ionic-native/status-bar": "5.0.0-beta.15",
|
||||
"@ionic/angular": "^5.0.6",
|
||||
"@ionic/angular": "^5.1.1",
|
||||
"@ionic/storage": "^2.1.3",
|
||||
"cordova-android": "^8.1.0",
|
||||
"cordova-ios": "^5.1.1",
|
||||
|
||||
Reference in New Issue
Block a user