Skip to content

Commit

Permalink
Step 1.1: Create package.json and index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
srtucker22 authored and Simon Tucker committed Aug 26, 2018
1 parent a4aa325 commit 46d198e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"name": "chatty",
"description": "A newly created Tortilla project",
"private": true
"description": "A WhatsApp clone with React Native and Apollo",
"private": true,
"version": "3.0.0",
"main": "index.js",
"repository": "https://github.com/srtucker22/chatty.git",
"author": "Simon Tucker <srtucker22@gmail.com>",
"license": "MIT"
}
Empty file added server/index.js
Empty file.

0 comments on commit 46d198e

Please sign in to comment.