Skip to content

Commit

Permalink
example: fix Angular example package name (#4060)
Browse files Browse the repository at this point in the history
To make it consistent with the other example packages.
  • Loading branch information
aduh95 committed Aug 30, 2022
1 parent f7d0d5b commit 647be26
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion examples/angular-example/README.md
Expand Up @@ -8,7 +8,7 @@ This project was generated with [Angular CLI](https://github.com/angular/angular
corepack yarn install
corepack yarn build
corepack yarn workspace @uppy/angular prepublishOnly
corepack yarn workspace angular-example ng serve
corepack yarn workspace @uppy-example/angular ng serve
```

Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
Expand Down
2 changes: 1 addition & 1 deletion examples/angular-example/package.json
@@ -1,5 +1,5 @@
{
"name": "angular-example",
"name": "@uppy-example/angular",
"version": "0.0.0",
"scripts": {
"ng": "ng",
Expand Down
90 changes: 45 additions & 45 deletions yarn.lock
Expand Up @@ -7946,6 +7946,51 @@ __metadata:
languageName: unknown
linkType: soft

"@uppy-example/angular@workspace:examples/angular-example":
version: 0.0.0-use.local
resolution: "@uppy-example/angular@workspace:examples/angular-example"
dependencies:
"@angular-devkit/build-angular": ^14.1.2
"@angular-eslint/builder": ^14.0.2
"@angular-eslint/eslint-plugin": ^14.0.2
"@angular-eslint/eslint-plugin-template": ^14.0.2
"@angular-eslint/schematics": ^14.0.2
"@angular-eslint/template-parser": ^14.0.2
"@angular/animations": ^14.1.0
"@angular/cli": ~14.2.0
"@angular/common": ^14.1.0
"@angular/compiler": ^14.1.0
"@angular/compiler-cli": ^14.1.0
"@angular/core": ^14.1.0
"@angular/forms": ^14.1.0
"@angular/platform-browser": ^14.1.0
"@angular/platform-browser-dynamic": ^14.1.0
"@angular/router": ^14.1.0
"@types/jasmine": ~4.0.0
"@uppy/angular": "workspace:*"
"@uppy/core": "workspace:*"
"@uppy/drag-drop": "workspace:*"
"@uppy/google-drive": "workspace:*"
"@uppy/progress-bar": "workspace:*"
"@uppy/tus": "workspace:*"
"@uppy/webcam": "workspace:*"
eslint: ^8.0.0
eslint-plugin-import: ^2.22.1
eslint-plugin-jsdoc: ^39.0.0
eslint-plugin-prefer-arrow: ^1.2.3
jasmine-core: ~4.2.0
karma: ~6.4.0
karma-chrome-launcher: ~3.1.0
karma-coverage: ~2.2.0
karma-jasmine: ~5.1.0
karma-jasmine-html-reporter: ~2.0.0
rxjs: ~7.5.0
tslib: ^2.3.0
typescript: ~4.8
zone.js: ~0.11.4
languageName: unknown
linkType: soft

"@uppy-example/aws-companion@workspace:examples/aws-companion":
version: 0.0.0-use.local
resolution: "@uppy-example/aws-companion@workspace:examples/aws-companion"
Expand Down Expand Up @@ -9918,51 +9963,6 @@ __metadata:
languageName: node
linkType: hard

"angular-example@workspace:examples/angular-example":
version: 0.0.0-use.local
resolution: "angular-example@workspace:examples/angular-example"
dependencies:
"@angular-devkit/build-angular": ^14.1.2
"@angular-eslint/builder": ^14.0.2
"@angular-eslint/eslint-plugin": ^14.0.2
"@angular-eslint/eslint-plugin-template": ^14.0.2
"@angular-eslint/schematics": ^14.0.2
"@angular-eslint/template-parser": ^14.0.2
"@angular/animations": ^14.1.0
"@angular/cli": ~14.2.0
"@angular/common": ^14.1.0
"@angular/compiler": ^14.1.0
"@angular/compiler-cli": ^14.1.0
"@angular/core": ^14.1.0
"@angular/forms": ^14.1.0
"@angular/platform-browser": ^14.1.0
"@angular/platform-browser-dynamic": ^14.1.0
"@angular/router": ^14.1.0
"@types/jasmine": ~4.0.0
"@uppy/angular": "workspace:*"
"@uppy/core": "workspace:*"
"@uppy/drag-drop": "workspace:*"
"@uppy/google-drive": "workspace:*"
"@uppy/progress-bar": "workspace:*"
"@uppy/tus": "workspace:*"
"@uppy/webcam": "workspace:*"
eslint: ^8.0.0
eslint-plugin-import: ^2.22.1
eslint-plugin-jsdoc: ^39.0.0
eslint-plugin-prefer-arrow: ^1.2.3
jasmine-core: ~4.2.0
karma: ~6.4.0
karma-chrome-launcher: ~3.1.0
karma-coverage: ~2.2.0
karma-jasmine: ~5.1.0
karma-jasmine-html-reporter: ~2.0.0
rxjs: ~7.5.0
tslib: ^2.3.0
typescript: ~4.8
zone.js: ~0.11.4
languageName: unknown
linkType: soft

"angular@workspace:packages/@uppy/angular":
version: 0.0.0-use.local
resolution: "angular@workspace:packages/@uppy/angular"
Expand Down

0 comments on commit 647be26

Please sign in to comment.