-
Notifications
You must be signed in to change notification settings - Fork 300
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
confippet docs peer review. incorporated comments (#2)
* review. incorporated peer review comments. * docs. added meeting changes. * docs. minor sections changes + titles. * docs. updated name + package.json info. * review. added text changes. * review. added confippet link in markdown
- Loading branch information
1 parent
4db80bc
commit 6648e64
Showing
2 changed files
with
27 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,8 @@ | ||
{ | ||
"name": "electrode-app-confippet", | ||
"name": "electrode-app-with-electrode-modules", | ||
"version": "0.0.0", | ||
"description": "electrode app confippet quickstart", | ||
"homepage": "https://github.com/electrode-io/electrode-app-confippet", | ||
"author": { | ||
"name": "Ray de Castro", | ||
"email": "[email protected]", | ||
"url": "" | ||
}, | ||
"description": "electrode app with electrode modules", | ||
"homepage": "https://github.com/electrode-io", | ||
"contributors": [], | ||
"files": [ | ||
"lib" | ||
|
@@ -20,7 +15,7 @@ | |
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/raydecastro/electrode-app-confippet.git" | ||
"url": "https://github.com/electrode-io/electrode-app-with-electrode-modules.git" | ||
}, | ||
"license": "MIT", | ||
"scripts": { | ||
|