Skip to content

Commit

Permalink
fix(project): minor
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Aug 11, 2018
1 parent d2f1ba2 commit da3f437
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@

# @angular-material-extensions/pages - Open source library for Angular Apps to illustrate custom material pages content with steps (ideal for tutorials and explanation purposes) - Angular v6 supported


[![npm version](https://badge.fury.io/js/@angular-material-extensions/pages.svg)](https://badge.fury.io/js/@angular-material-extensions/pages),
[![npm version](https://badge.fury.io/js/%40angular-material-extensions%2Fpagesh.svg)](https://badge.fury.io/js/%40angular-material-extensions%2Fpagesh)
[![npm demo](https://img.shields.io/badge/demo-online-ed1c46.svg)](https://angular-material-extensions.github.io/pages)
[![Join the chat at https://gitter.im/angular-material-extensions/Lobby](https://badges.gitter.im/angular-material-extensions/Lobby.svg)](https://gitter.im/angular-material-extensions/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![CircleCI branch](https://img.shields.io/circleci/project/github/angular-material-extensions/pages/master.svg?label=circleci)](https://circleci.com/gh/angular-material-extensions/pages)
Expand Down
2 changes: 1 addition & 1 deletion demo/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"vendorChunk": false,
"buildOptimizer": true,
"serviceWorker": true,
"ngswConfigPath": "/src/ngsw-config.json",
"ngswConfigPath": "src/ngsw-config.json",
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
Expand Down
4 changes: 1 addition & 3 deletions demo/src/ngsw-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
"resources": {
"files": [
"/favicon.ico",
"/index.html"
],
"versionedFiles": [
"/index.html",
"/*.bundle.css",
"/*.bundle.js",
"/*.chunk.js"
Expand Down

0 comments on commit da3f437

Please sign in to comment.