Skip to content

Commit

Permalink
refactor: now removes element from subscribers on unmount
Browse files Browse the repository at this point in the history
  • Loading branch information
lessp committed May 1, 2019
1 parent e2cf85e commit 5d2af3f
Show file tree
Hide file tree
Showing 6 changed files with 1,998 additions and 627 deletions.
8 changes: 6 additions & 2 deletions bsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@
},
"sources": [
{
"dir": "src",
"subdirs": true
"dir": "src"
},
{
"dir": "examples",
"type": "dev"
},
{
"dir": "__tests__",
"type": "dev"
}
],
"package-specs": [
Expand All @@ -21,5 +24,6 @@
"suffix": ".bs.js",
"namespace": true,
"bs-dependencies": ["reason-react", "@glennsl/bs-json", "bs-webapi"],
"bs-dev-dependencies": ["bs-react-testing-library", "@glennsl/bs-jest"],
"refmt": 3
}
587 changes: 0 additions & 587 deletions build/Index.js

This file was deleted.

15 changes: 0 additions & 15 deletions build/index.html

This file was deleted.

Loading

0 comments on commit 5d2af3f

Please sign in to comment.