Skip to content

Commit 9351196

Browse files
committed
Update package files
1 parent 13ab0be commit 9351196

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

bower.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
{
22
"name": "purescript-transformers",
33
"homepage": "https://github.com/purescript/purescript-transformers",
4-
"description": "PureScript monad transformers library",
4+
"description": "PureScript monad and comonad transformers library",
55
"keywords": [
6-
"purescript"
6+
"purescript",
7+
"monad",
8+
"comonad",
9+
"transformer"
10+
],
11+
"authors": [
12+
"Gary Burgess <[email protected]>",
13+
"Hardy Jones <[email protected]>",
14+
"Eric Thul",
15+
"Phil Freeman <[email protected]>",
16+
"Brian McKenna <[email protected]>"
717
],
818
"license": "MIT",
919
"ignore": [
@@ -24,8 +34,5 @@
2434
"purescript-arrays": "~0.2.1",
2535
"purescript-control": "~0.2.1",
2636
"purescript-identity": "~0.1.0"
27-
},
28-
"devDependencies": {
29-
"purescript-strings": "*"
3037
}
3138
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"private": true,
3-
"dependencies": {
3+
"devDependencies": {
44
"grunt": "~0.4.5",
5-
"grunt-purescript": "~0.5.1",
65
"grunt-contrib-clean": "~0.5.0",
76
"grunt-contrib-watch": "~0.6.1",
8-
"grunt-execute": "~0.2.1"
7+
"grunt-execute": "~0.2.2",
8+
"grunt-purescript": "~0.5.2"
99
}
1010
}

0 commit comments

Comments
 (0)