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 3dfde47 commit bcbd8a8Copy full SHA for bcbd8a8
bower.json
@@ -1,11 +1,11 @@
1
{
2
"name": "purescript-textcursor",
3
- "ignore": [
4
- "**/.*",
5
- "node_modules",
6
- "bower_components",
7
- "output"
+ "description": "TextCursor type and functions for <input>/<textarea> selections",
+ "homepage": "https://github.com/MonoidMusician/purescript-textcursor",
+ "authors": [
+ "Nicholas Scheel <monoidmusician@gmail.com>"
8
],
+ "license": "MIT",
9
"dependencies": {
10
"purescript-prelude": "^3.0.0",
11
"purescript-newtype": "^2.0.0",
@@ -16,5 +16,11 @@
16
"devDependencies": {
17
"purescript-psci-support": "^3.0.0",
18
"purescript-quickcheck": "^4.4.0"
19
- }
+ },
20
+ "ignore": [
21
+ "**/.*",
22
+ "node_modules",
23
+ "bower_components",
24
+ "output"
25
+ ]
26
}
0 commit comments