Skip to content

Commit 99f710b

Browse files
committed
config file sync
1 parent df44b1a commit 99f710b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

public/docs/_examples/_boilerplate/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"sourceMap": true,
77
"emitDecoratorMetadata": true,
88
"experimentalDecorators": true,
9-
"lib": ["es2015", "dom"],
9+
"lib": [ "es2015", "dom" ],
1010
"noImplicitAny": true,
1111
"suppressImplicitAnyIndexErrors": true,
1212
"typeRoots": [

public/docs/_examples/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@
2424
"@angular/router": "~3.4.0",
2525
"@angular/tsc-wrapped": "^0.5.0",
2626
"@angular/upgrade": "~2.4.0",
27-
"angular-in-memory-web-api": "~0.2.2",
27+
"angular-in-memory-web-api": "~0.2.4",
2828
"core-js": "^2.4.1",
29-
"reflect-metadata": "^0.1.8",
3029
"rxjs": "5.0.1",
3130
"systemjs": "0.19.39",
3231
"zone.js": "^0.7.4"

0 commit comments

Comments
 (0)