Skip to content

Commit

Permalink
fix: revert exports in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed Jun 6, 2021
1 parent 9bba0fd commit 1e0b3f3
Show file tree
Hide file tree
Showing 13 changed files with 3,418 additions and 3,414 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ jobs:
yarn1-
- name: install
run: yarn --immutable
- name: build
run: yarn build
- name: run eslint
run: yarn lint
- name: run prettier
Expand Down Expand Up @@ -104,8 +102,6 @@ jobs:
yarn1-
- name: install
run: yarn --immutable
- name: build
run: yarn build
- name: run tests
run: yarn test
- name: run example apps tests
Expand Down
849 changes: 427 additions & 422 deletions examples/example-app-v10/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions examples/example-app-v10/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-app-v10",
"version": "0.0.0",
"version": "10.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -20,15 +20,15 @@
"@angular/router": "~10.2.5",
"rxjs": "^6.6.7",
"tslib": "^2.1.0",
"zone.js": "~0.10.3"
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1002.3",
"@angular/cli": "~10.2.3",
"@angular/compiler-cli": "~10.2.5",
"@angular/language-service": "~10.2.5",
"@types/jest": "^26.0.23",
"jest": "^27.0.0",
"jest": "^27.0.4",
"ts-node": "^9.1.1",
"typescript": "~4.0.7"
}
Expand Down
1,522 changes: 751 additions & 771 deletions examples/example-app-v11/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions examples/example-app-v11/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-app-v11",
"version": "0.0.0",
"version": "11.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -23,12 +23,12 @@
"zone.js": "~0.11.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.9",
"@angular/cli": "~11.2.9",
"@angular-devkit/build-angular": "~0.1102.14",
"@angular/cli": "~11.2.14",
"@angular/compiler-cli": "~11.2.10",
"@types/jest": "^26.0.23",
"@types/node": "^12.11.1",
"jest": "^27.0.0",
"jest": "^27.0.4",
"ts-node": "~8.3.0",
"typescript": "~4.1.5"
}
Expand Down
Loading

0 comments on commit 1e0b3f3

Please sign in to comment.