Skip to content

Commit

Permalink
consistent descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrsh committed Jul 17, 2018
1 parent c6afd10 commit a206f79
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "moon",
"version": "1.0.0-beta.1",
"description": "The minimal & fast UI library.",
"description": "The minimal & fast UI library",
"scripts": {
"build": "for d in ./packages/*; do (cd \"$d\" && npm run build); done",
"test": "for d in ./packages/*; do (cd \"$d\" && npm run test); done"
Expand Down
3 changes: 3 additions & 0 deletions packages/moon-cli/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Moon CLI

Moon project generator
2 changes: 1 addition & 1 deletion packages/moon-mvl/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Moon MVL

MVL component compiler.
Moon MVL component compiler.
2 changes: 1 addition & 1 deletion packages/moon/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Moon

The minimal & fast UI library.
The minimal & fast UI library
2 changes: 1 addition & 1 deletion packages/moon/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "moon",
"version": "1.0.0-beta.1",
"description": "A minimal, blazing fast user interface library.",
"description": "The minimal & fast UI library",
"main": "dist/moon.min.js",
"scripts": {
"build": "node build/build.js",
Expand Down

0 comments on commit a206f79

Please sign in to comment.