Skip to content

Commit

Permalink
start of v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
luiseduardobrito committed Sep 17, 2013
1 parent 274297d commit 21cf4d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

var appConfig = {

state: "production",
state: "development",

development: {

Expand Down
2 changes: 1 addition & 1 deletion config/general.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {

state: "production",
state: "development",

development: {

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-web-cluster",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"scripts": {
"start": "node app.js",
Expand Down

0 comments on commit 21cf4d7

Please sign in to comment.