Skip to content

Commit 4d98f59

Browse files
committed
Initial commit
0 parents  commit 4d98f59

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

.gitignore

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.DS_Store
2+
.psci
3+
.psci_modules
4+
.pulp-cache
5+
npm-debug.log
6+
node_modules/
7+
bower_components/
8+
tmp/
9+
output/

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# purescript-react-dom
2+
3+
Low-level React DOM bindings for PureScript
4+
5+
- [Module Documentation](docs/)

bower.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "purescript-react-dom",
3+
"main": "",
4+
"ignore": [
5+
"*",
6+
"!src/**/*"
7+
]
8+
}

0 commit comments

Comments
 (0)