Skip to content

Commit

Permalink
Change app name, set version to 1.0.0 and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Froilan Irizarry committed Apr 14, 2019
1 parent a83ac6e commit da50eea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "c4v-team1",
"version": "0.0.0",
"name": "apagon",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"local-serve": "NODE_ENV=loca node ./bin/www"
"local-serve": "NODE_ENV=local node ./bin/www"
},
"dependencies": {
"cookie-parser": "~1.4.3",
Expand Down

0 comments on commit da50eea

Please sign in to comment.