Skip to content

Commit

Permalink
init. git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
claasahl committed Jan 28, 2019
1 parent 45705f3 commit 0354361
Show file tree
Hide file tree
Showing 4 changed files with 242 additions and 2 deletions.
221 changes: 221 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"execa": "^1.0.0",
"husky": "^1.3.1",
"init-package-json": "^1.10.3",
"isomorphic-git": "^0.51.7",
"jsonfile": "^5.0.0",
"node-fetch": "^2.3.0",
"prettier": "^1.16.3",
Expand Down
2 changes: 2 additions & 0 deletions src/hello-world.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// happy coding 👻
console.log("hello world");
Loading

0 comments on commit 0354361

Please sign in to comment.