Skip to content

Commit 7cccdd5

Browse files
committed
Merge pull request #9 from cryogenian/ready/update
dep update
2 parents cd12052 + 42c300e commit 7cccdd5

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

bower.json

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
{
32
"name": "purescript-pathy",
43
"homepage": "https://github.com/slamdata/purescript-pathy",
@@ -23,11 +22,11 @@
2322
"package.json"
2423
],
2524
"dependencies": {
26-
"purescript-console": "^0.1.0",
27-
"purescript-exceptions": "^0.3.0",
28-
"purescript-lists": "^0.7.0",
29-
"purescript-profunctor": "^0.3.0",
30-
"purescript-strings": "^0.5.2",
31-
"purescript-transformers": "^0.6.1"
25+
"purescript-console": "^0.1.1",
26+
"purescript-exceptions": "^0.3.0",
27+
"purescript-lists": "^0.7.4",
28+
"purescript-profunctor": "^0.3.1",
29+
"purescript-strings": "^0.7.0",
30+
"purescript-transformers": "^0.8.1"
3231
}
3332
}

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
{
2-
"name" : "purescript-pathy",
2+
"name": "purescript-pathy",
33
"private": true,
44
"devDependencies": {
55
"gulp": "^3.8.11",
66
"gulp-jscs": "^1.6.0",
77
"gulp-jshint": "^1.11.2",
88
"gulp-purescript": "^0.5.0",
99
"gulp-run": "^1.6.8"
10+
},
11+
"dependencies": {
12+
"purescript": "^0.7.4"
1013
}
11-
}
14+
}

0 commit comments

Comments
 (0)