Skip to content

Commit

Permalink
add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
edumudu committed Jun 8, 2020
1 parent 6ad5861 commit 9413e05
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
yarn*
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: cd server && yarn start
web: yarn start
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "memory-card",
"version": "1.0.0",
"repository": "[email protected]:edumudu/memory-game.git",
"author": "Eduardo Wesley <[email protected]>",
"license": "MIT",
"scripts": {
"start": "cd server && yarn start"
}
}

0 comments on commit 9413e05

Please sign in to comment.