Skip to content

Commit bcbd8a8

Browse files
bower.json
1 parent 3dfde47 commit bcbd8a8

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

bower.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "purescript-textcursor",
3-
"ignore": [
4-
"**/.*",
5-
"node_modules",
6-
"bower_components",
7-
"output"
3+
"description": "TextCursor type and functions for <input>/<textarea> selections",
4+
"homepage": "https://github.com/MonoidMusician/purescript-textcursor",
5+
"authors": [
6+
"Nicholas Scheel <monoidmusician@gmail.com>"
87
],
8+
"license": "MIT",
99
"dependencies": {
1010
"purescript-prelude": "^3.0.0",
1111
"purescript-newtype": "^2.0.0",
@@ -16,5 +16,11 @@
1616
"devDependencies": {
1717
"purescript-psci-support": "^3.0.0",
1818
"purescript-quickcheck": "^4.4.0"
19-
}
19+
},
20+
"ignore": [
21+
"**/.*",
22+
"node_modules",
23+
"bower_components",
24+
"output"
25+
]
2026
}

0 commit comments

Comments
 (0)