diff --git a/.gitignore b/.gitignore
index 65f0706..073c92b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,7 +5,8 @@ node_modules
yarn.lock
.psc-ide-port
+.parcel-cache
.psci_modules
.spago
output
-docs
\ No newline at end of file
+docs
diff --git a/.purs-repl b/.purs-repl
new file mode 100644
index 0000000..6802fc7
--- /dev/null
+++ b/.purs-repl
@@ -0,0 +1 @@
+import Prelude
diff --git a/bower.json b/bower.json
index 29dda72..6f02825 100644
--- a/bower.json
+++ b/bower.json
@@ -12,14 +12,6 @@
"ignore": [
"**/.*",
"node_modules",
- "bower_components",
"output"
- ],
- "dependencies": {
- "purescript-halogen": "^5.0.0-rc.7"
- },
- "devDependencies": {
- "purescript-jest": "^0.2.0",
- "purescript-psci-support": "^4.0.0"
- }
+ ]
}
diff --git a/examples/index.html b/examples/index.html
index 160a262..49f4831 100644
--- a/examples/index.html
+++ b/examples/index.html
@@ -13,7 +13,7 @@
-
+