Skip to content

Commit

Permalink
docs: add description of this repo
Browse files Browse the repository at this point in the history
  • Loading branch information
why520crazy committed Dec 25, 2019
1 parent 6057e4f commit cc17df3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[coveralls-image]: https://coveralls.io/repos/github/worktile/ngx-planet/badge.svg?branch=master
[coveralls-url]: https://coveralls.io/github/worktile/ngx-planet

An Angular 7+ Micro Frontend library.
A simple, easy and productively of Angular 7+ Micro Front-end library.

## Installation

Expand Down
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
{
"name": "@worktile/planet",
"version": "1.0.9",
"description": "A simple, easy and productively of Angular 7+ Micro Front-end library",
"keywords": [
"micro front-end",
"micro frontend",
"microfrontend",
"micro frontends",
"angular micro front-end",
"ngx micro front-end",
"ngx planet"
],
"private": false,
"scripts": {
"ng": "ng",
"// start": "run app1 and app2 use webpack dev-server",
Expand Down Expand Up @@ -28,16 +39,6 @@
"pub-only": "cd dist/planet && npm publish --access=public",
"pub": "npm run build && npm run pub-only"
},
"keywords": [
"micro front-end",
"micro frontend",
"microfrontend",
"micro frontends",
"angular micro front-end",
"ngx micro front-end",
"ngx planet"
],
"private": true,
"dependencies": {
"@angular/animations": "~8.2.14",
"@angular/cdk": "^8.2.3",
Expand Down

0 comments on commit cc17df3

Please sign in to comment.