Skip to content

Commit

Permalink
Merge pull request #8 from ngrx/master
Browse files Browse the repository at this point in the history
docs(example-app): Update example-app url (#336)
  • Loading branch information
GulajavaMinistudio authored Aug 31, 2017
2 parents 4492beb + b85062f commit 2ae45b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 21 deletions.
2 changes: 1 addition & 1 deletion example-app/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @ngrx example application

Example application utilizing @ngrx libraries, showcasing common patterns and best practices.
Take a look at the [live app](http://ngrx.github.io/example-app/).
Take a look at the [live app](https://ngrx.github.io/platform/example-app/).

This app is a book collection manager. The user can authenticate, use the Google Books API to search for
books and add them to their collection. This application utilizes [@ngrx/db](https://github.com/ngrx/db)
Expand Down
27 changes: 7 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"example:start": "yarn run build && yarn run cli -- serve",
"example:start:aot": "yarn run build && yarn run cli -- serve --aot",
"example:test": "yarn run cli -- test --code-coverage",
"example:build:prod": "yarn build && yarn cli -- build --aot -prod --base-href \"/platform/example-app/\" --output-path \"./example-dist/example-app\"",
"ci": "yarn run build && yarn run test && nyc report --reporter=text-lcov | coveralls",
"prettier": "prettier --parser typescript --single-quote --trailing-comma es5 --write \"./**/*.ts\"",
"watch:tests": "chokidar 'modules/**/*.ts' --initial -c 'nyc --reporter=text --reporter=html yarn run test:unit'",
Expand All @@ -23,30 +24,16 @@
"release": "lerna publish --skip-npm --conventional-commits && npm run build"
},
"lint-staged": {
"*.ts": [
"yarn prettier",
"git add"
]
"*.ts": ["yarn prettier", "git add"]
},
"keywords": [
"ngrx",
"angular",
"rxjs"
],
"keywords": ["ngrx", "angular", "rxjs"],
"author": "Rob Wormald <[email protected]>",
"license": "MIT",
"repository": {},
"nyc": {
"extension": [
".ts"
],
"exclude": [
"**/*.spec",
"**/spec/**/*"
],
"include": [
"**/*.ts"
]
"extension": [".ts"],
"exclude": ["**/*.spec", "**/spec/**/*"],
"include": ["**/*.ts"]
},
"devDependencies": {
"@angular/animations": "^4.2.0",
Expand Down Expand Up @@ -120,4 +107,4 @@
"url": "https://opencollective.com/ngrx",
"logo": "https://opencollective.com/opencollective/logo.txt"
}
}
}

0 comments on commit 2ae45b3

Please sign in to comment.