Skip to content

Commit

Permalink
chore: bump version to 0.0.1-beta.9 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharygolba committed May 19, 2016
1 parent a7e54aa commit 4002a5a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lux-framework",
"version": "0.0.1-beta.8",
"version": "0.0.1-beta.9",
"description": "A MVC style Node.js framework for building lightning fast JSON APIs",
"repository": "https://github.com/postlight/lux",
"keywords": [
Expand Down
8 changes: 4 additions & 4 deletions src/packages/cli/templates/package-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ export default (name) => {
"author": "",
"license": "MIT",
"dependencies": {
"babel-core": "6.8.0",
"babel-core": "6.9.0",
"babel-eslint": "6.0.4",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-runtime": "6.8.0",
"babel-preset-es2015": "6.6.0",
"babel-plugin-transform-runtime": "6.9.0",
"babel-preset-es2015": "6.9.0",
"babel-preset-stage-1": "6.5.0",
"babel-runtime": "6.6.1",
"babel-runtime": "6.9.0",
"knex": "0.11.3",
"lux-framework": "${VERSION}"
}
Expand Down
10 changes: 5 additions & 5 deletions test/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
"author": "",
"license": "MIT",
"dependencies": {
"babel-core": "6.8.0",
"babel-core": "6.9.0",
"babel-eslint": "6.0.4",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-runtime": "6.8.0",
"babel-preset-es2015": "6.6.0",
"babel-plugin-transform-runtime": "6.9.0",
"babel-preset-es2015": "6.9.0",
"babel-preset-stage-1": "6.5.0",
"babel-runtime": "6.6.1",
"babel-runtime": "6.9.0",
"knex": "0.11.3",
"mysql2": "1.0.0-rc.1",
"pg": "4.5.5",
"sqlite3": "3.1.3"
"sqlite3": "3.1.4"
}
}

0 comments on commit 4002a5a

Please sign in to comment.