We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f93b8ed commit 1561701Copy full SHA for 1561701
.gitignore
@@ -1 +1,4 @@
1
-js/
+/js/
2
+/externs/
3
+/node_modules/
4
+/bower_components/
bower.json
@@ -0,0 +1,17 @@
+{
+ "name": "purescript-node-readline",
+ "version": "0.0.0",
+ "homepage": "https://github.com/purescript/purescript-node-readline",
5
+ "keywords": [
6
+ "purescript"
7
+ ],
8
+ "license": "MIT",
9
+ "ignore": [
10
+ "**/.*",
11
+ "node_modules",
12
+ "bower_components",
13
+ "examples",
14
+ "externs",
15
+ "js"
16
+ ]
17
+}
0 commit comments