We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 4d98f59Copy full SHA for 4d98f59
.gitignore
@@ -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
@@ -0,0 +1,5 @@
+# purescript-react-dom
+
+Low-level React DOM bindings for PureScript
+- [Module Documentation](docs/)
bower.json
@@ -0,0 +1,8 @@
+{
+ "name": "purescript-react-dom",
+ "main": "",
+ "ignore": [
+ "*",
+ "!src/**/*"
+ ]
+}
0 commit comments