Skip to content

Commit

Permalink
First
Browse files Browse the repository at this point in the history
  • Loading branch information
joshaber committed Aug 9, 2017
0 parents commit 2cb3bf2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "what-the-changelog",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"devDependencies": {
"typescript": "^2.4.2"
}
}

0 comments on commit 2cb3bf2

Please sign in to comment.