Skip to content

Commit

Permalink
Update @foal/cli with the beta version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicPoullain committed Aug 21, 2018
1 parent 52404fb commit b076929
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/cli/src/generate/templates-spec/app/package.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"node": ">=8"
},
"dependencies": {
"@foal/core": "^0.6.0-alpha.4",
"@foal/core": "^0.6.0-beta.0",
"@foal/ejs": "^0.6.0-alpha.3",
"source-map-support": "^0.5.1",
"sqlite3": "^4.0.0",
Expand All @@ -32,7 +32,7 @@
},
"devDependencies": {
"@types/node": "^8.0.47",
"@foal/cli": "^0.6.0-alpha.4",
"@foal/cli": "^0.6.0-beta.0",
"mocha": "^5.2.0",
"@types/mocha": "^5.2.1",
"concurrently": "^3.5.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/src/generate/templates/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"node": ">=8"
},
"dependencies": {
"@foal/core": "^0.6.0-alpha.4",
"@foal/core": "^0.6.0-beta.0",
"@foal/ejs": "^0.6.0-alpha.3",
"source-map-support": "^0.5.1",
"sqlite3": "^4.0.0",
Expand All @@ -32,7 +32,7 @@
},
"devDependencies": {
"@types/node": "^8.0.47",
"@foal/cli": "^0.6.0-alpha.4",
"@foal/cli": "^0.6.0-beta.0",
"mocha": "^5.2.0",
"@types/mocha": "^5.2.1",
"concurrently": "^3.5.1",
Expand Down

0 comments on commit b076929

Please sign in to comment.