Skip to content

Commit

Permalink
docs: add package details
Browse files Browse the repository at this point in the history
  • Loading branch information
LayZeeDK committed Nov 18, 2021
1 parent b215114 commit 9999fb3
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Angular Router-connecting NgRx ComponentStore
# @ngworker/router-component-store

An attempt to create an Angular Router-connecting NgRx component store.
Angular Router-connecting NgRx component stores.
29 changes: 29 additions & 0 deletions packages/router-component-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "@ngworker/router-component-store",
"version": "0.0.1",
"description": "Angular Router-connecting NgRx component stores.",
"license": "MIT",
"peerDependencies": {
"@angular/core": "^12.2.13",
"@angular/router": "^12.2.13",
Expand All @@ -9,5 +11,32 @@
},
"dependencies": {
"tslib": "^2.3.0"
},
"keywords": [
"ngrx",
"router",
"component-store",
"ngworker",
"angular",
"angular2"
],
"author": {
"name": "Lars Gyrup Brink Nielsen",
"email": "[email protected]",
"url": "https://github.com/LayZeeDK"
},
"contributors": [],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/",
"tag": "unknown"
},
"bugs": {
"url": "https://github.com/LayZeeDK/ngrx-router-component-store/issue"
},
"homepage": "https://github.com/LayZeeDK/ngrx-router-component-store#readme",
"repository": {
"type": "git",
"url": "https://github.com/LayZeeDK/ngrx-router-component-store"
}
}

0 comments on commit 9999fb3

Please sign in to comment.