Skip to content

Commit 1561701

Browse files
committed
bower.json
1 parent f93b8ed commit 1561701

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
js/
1+
/js/
2+
/externs/
3+
/node_modules/
4+
/bower_components/

bower.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "purescript-node-readline",
3+
"version": "0.0.0",
4+
"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

Comments
 (0)