Skip to content

Commit

Permalink
fix(demo): the library is now linked
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Jul 23, 2019
1 parent da6437d commit 7109ced
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 68 deletions.
121 changes: 58 additions & 63 deletions demo/package-lock.json

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

9 changes: 4 additions & 5 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"dependencies": {
"@angular-material-extensions/jumbotron": "^1.0.1",
"@angular-material-extensions/pages": "^2.1.0",
"@angular-material-extensions/password-strength": "^4.0.0-beta",
"@angular/animations": "8.0.0",
"@angular/cdk": "^8.0.2",
"@angular/common": "8.0.0",
Expand All @@ -53,17 +52,17 @@
"highlight.js": "^9.15.8",
"include-media": "^1.4.9",
"material-design-icons": "^3.0.1",
"ngx-clipboard": "^12.1.0",
"ngx-clipboard": "^12.2.0",
"ngx-disqus": "^2.4.3",
"ngx-highlightjs": "^3.0.3",
"ngx-markdown": "^8.0.2",
"ngx-markdown": "^8.1.0",
"rxjs": "^6.5.2",
"rxjs-compat": "^6.5.2",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.800.6",
"@angular/cli": "^8.1.0",
"@angular/cli": "^8.1.1",
"@angular/compiler-cli": "8.0.0",
"@angular/language-service": "8.0.0",
"@angularclass/hmr": "~2.1.3",
Expand All @@ -88,7 +87,7 @@
"ts-node": "^7.0.1",
"tslint": "~5.16.0",
"typescript": "~3.4.5",
"webpack-cli": "^3.3.5",
"webpack-cli": "^3.3.6",
"webpack-node-externals": "~1.7.2"
}
}

0 comments on commit 7109ced

Please sign in to comment.