File tree 2 files changed +11
-9
lines changed
2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1
-
2
1
{
3
2
"name" : " purescript-pathy" ,
4
3
"homepage" : " https://github.com/slamdata/purescript-pathy" ,
23
22
" package.json"
24
23
],
25
24
"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"
32
31
}
33
32
}
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " purescript-pathy" ,
2
+ "name" : " purescript-pathy" ,
3
3
"private" : true ,
4
4
"devDependencies" : {
5
5
"gulp" : " ^3.8.11" ,
6
6
"gulp-jscs" : " ^1.6.0" ,
7
7
"gulp-jshint" : " ^1.11.2" ,
8
8
"gulp-purescript" : " ^0.5.0" ,
9
9
"gulp-run" : " ^1.6.8"
10
+ },
11
+ "dependencies" : {
12
+ "purescript" : " ^0.7.4"
10
13
}
11
- }
14
+ }
You can’t perform that action at this time.
0 commit comments