Skip to content

Commit

Permalink
chore: cli and app cli updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Dec 14, 2018
1 parent 91e4ce0 commit 1ccfefc
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 5 deletions.
1 change: 0 additions & 1 deletion app/.npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
.editorconfig
.github
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quasar/app",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "Quasar Framework App CLI",
"bin": {
"quasar": "./bin/quasar"
Expand Down
1 change: 0 additions & 1 deletion cli/.npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
.editorconfig
.github
Empty file modified cli/bin/quasar-create
100644 → 100755
Empty file.
Empty file modified cli/bin/quasar-help
100644 → 100755
Empty file.
Empty file modified cli/bin/quasar-info
100644 → 100755
Empty file.
Empty file modified cli/bin/quasar-serve
100644 → 100755
Empty file.
8 changes: 6 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"name": "@quasar/cli",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.2",
"description": "Quasar Framework CLI",
"bin": {
"quasar": "./bin/quasar"
},
"files": [],
"files": [
"assets",
"bin",
"lib"
],
"keywords": [
"quasar",
"cli",
Expand Down

0 comments on commit 1ccfefc

Please sign in to comment.