Skip to content

Commit

Permalink
Released Wizard v. 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ova2 committed Dec 16, 2017
1 parent e98bbe5 commit a1d0eba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chapter9/primeng-extensions-wizard/package.json
@@ -1,6 +1,6 @@
{
"name": "primeng-extensions-wizard",
"version": "2.1.0",
"version": "2.2.0",
"license": "MIT",
"author": {
"name": "Oleg Varaksin",
Expand Down
3 changes: 2 additions & 1 deletion chapter9/primeng-extensions-wizard/tsconfig.json
Expand Up @@ -24,6 +24,7 @@
],
"angularCompilerOptions": {
"genDir": "aot",
"skipMetadataEmit": false
"skipMetadataEmit": false,
"annotationsAs": "decorators"
}
}

0 comments on commit a1d0eba

Please sign in to comment.