Skip to content

Commit 5d06cf1

Browse files
cleaning packages
1 parent 920e0b2 commit 5d06cf1

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"testPreact": "if [ ! -f my-preact-app/package.json ]; then yarn run firstRunPreact; fi",
1010
"prestartPreact": "yarn run testPreact",
1111
"startPreact": "cd my-preact-app && yarn start",
12-
"firstRunAngular": "node_modules/.bin/ng new my-angular-app",
12+
"firstRunAngular": "ng new my-angular-app",
1313
"testAngular": "if [ ! -f my-angular-app/package.json ]; then node_modules/.bin/yarn run firstRunAngular; fi",
1414
"prestartAngular": "node_modules/.bin/yarn run testAngular",
1515
"startAngular": "cd my-angular-app && ../node_modules/.bin/ng serve",
@@ -20,7 +20,9 @@
2020
},
2121
"dependencies": {
2222
"@angular/cli": "^1.4.3",
23+
"@angular/compiler": "^4.4.3",
2324
"@angular/compiler-cli": "^4.4.3",
25+
"@angular/core": "^4.4.3",
2426
"create-react-app": "^1.4.0",
2527
"preact-cli": "^1.4.1",
2628
"yarn": "^1.0.2"

yarn.lock

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,18 @@
9595
minimist "^1.2.0"
9696
reflect-metadata "^0.1.2"
9797

98+
"@angular/compiler@^4.4.3":
99+
version "4.4.3"
100+
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-4.4.3.tgz#8f01163dad7db3408497d99d387554b6b185ad66"
101+
dependencies:
102+
tslib "^1.7.1"
103+
104+
"@angular/core@^4.4.3":
105+
version "4.4.3"
106+
resolved "https://registry.yarnpkg.com/@angular/core/-/core-4.4.3.tgz#e71d2b07beaacbab48ab7f51d4e2286ea5d70e15"
107+
dependencies:
108+
tslib "^1.7.1"
109+
98110
"@angular/tsc-wrapped@4.4.3":
99111
version "4.4.3"
100112
resolved "https://registry.yarnpkg.com/@angular/tsc-wrapped/-/tsc-wrapped-4.4.3.tgz#2d3f38210a1d4db03fc86dcf1e095812b85cd119"
@@ -7123,7 +7135,7 @@ tsickle@^0.21.0:
71237135
source-map "^0.5.6"
71247136
source-map-support "^0.4.2"
71257137

7126-
tslib@^1.6.0:
7138+
tslib@^1.6.0, tslib@^1.7.1:
71277139
version "1.7.1"
71287140
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.7.1.tgz#bc8004164691923a79fe8378bbeb3da2017538ec"
71297141

0 commit comments

Comments
 (0)