Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysforyou committed Aug 28, 2017
0 parents commit f179b03
Show file tree
Hide file tree
Showing 5 changed files with 3,950 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/lib
/node_modules
.merlin
npm-debug.log
public/*.js
8 changes: 8 additions & 0 deletions bsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "reason-react-todo",
"reason": { "react-jsx": 2 },
"bs-dependencies": ["reason-react"],
"bs-dev-dependencies": ["bs-jest"],
"bsc-flags": ["-bs-super-errors"],
"sources": [{ "dir": "src" }]
}
Loading

0 comments on commit f179b03

Please sign in to comment.