Skip to content

Commit

Permalink
feat(lib): update package.json
Browse files Browse the repository at this point in the history
update peerDependencies
add metadata
  • Loading branch information
geromegrignon committed Aug 15, 2020
1 parent 345cfac commit 158438c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@
[![ngneat](https://img.shields.io/badge/@-ngneat-383636?style=flat-square&labelColor=8f68d4)](https://github.com/ngneat/)
[![spectator](https://img.shields.io/badge/tested%20with-spectator-2196F3.svg?style=flat-square)]()

> Simplify the edition in place for Angular applications
> Simplify the edit in place for Angular applications
**Edit in place** is a complete solution to switch modes between a content and a form tag to edit it.
Following open/closed principle, the library focus on the switch mecanism, giving you full control on the data you want to update and the content you want to display and the way to edit it.
Expand Down
16 changes: 12 additions & 4 deletions projects/ngneat/edit-in-place/package.json
@@ -1,17 +1,21 @@
{
"name": "@ngneat/edit-in-place",
"version": "1.0.0",
"description": "Edit in place solution for Angular Applications",
"schematics": "./schematics/collection.json",
"peerDependencies": {
"@angular/common": "^10.0.4",
"@angular/core": "^10.0.4"
"@angular/common": "^8.0.0",
"@angular/core": "^8.0.0"
},
"dependencies": {
"tslib": "^2.0.0"
},
"keywords": [
"angular",
"angular 2",
"edit-in-place"
"angular reactive forms",
"reactive forms",
"edit-in-place",
"edit on click"
],
"license": "MIT",
"publishConfig": {
Expand All @@ -24,5 +28,9 @@
"repository": {
"type": "git",
"url": "https://github.com/ngneat/edit-in-place"
},
"author": {
"name": "Gérôme Grignon",
"url": "https://github.com/geromegrignon"
}
}

0 comments on commit 158438c

Please sign in to comment.