Skip to content

Commit

Permalink
build(example app): do not skip lib check in example app to discover …
Browse files Browse the repository at this point in the history
…issues with the typing of the library + update the example app to the latest version of the library
  • Loading branch information
MrWolfZ committed Jul 23, 2018
1 parent e095d52 commit 3978445
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions example-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example-app/package.json
Expand Up @@ -28,7 +28,7 @@
"@ngrx/store-devtools": "6.0.1",
"@types/prismjs": "1.9.0",
"core-js": "2.5.4",
"ngrx-forms": "file:../ngrx-forms-3.0.0-0.tgz",
"ngrx-forms": "file:../ngrx-forms-3.0.0.tgz",
"prismjs": "1.13.0",
"rxjs": "6.2.2",
"zone.js": "0.8.25"
Expand Down
2 changes: 1 addition & 1 deletion example-app/tsconfig.json
Expand Up @@ -12,7 +12,7 @@
"strictPropertyInitialization": false,
"noUnusedParameters": true,
"noUnusedLocals": true,
"skipLibCheck": true,
"skipLibCheck": false,
"target": "es5",
"typeRoots": [
"node_modules/@types"
Expand Down
Binary file removed ngrx-forms-3.0.0-0.tgz
Binary file not shown.
Binary file added ngrx-forms-3.0.0.tgz
Binary file not shown.

0 comments on commit 3978445

Please sign in to comment.