Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Commit 036087b

Browse files
committed
update package.json
1 parent 7b755e6 commit 036087b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "purescript-lens",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "PureScript implementation of Lens",
55
"license": "MIT",
66
"homepage": "https://github.com/joneshf/purescript-lens",
@@ -23,9 +23,9 @@
2323
"test": "pulp test"
2424
},
2525
"devDependencies": {
26-
"pulp": "^11.0.0",
27-
"purescript": "^0.11.1",
28-
"purescript-psa": "^0.5.0",
29-
"rimraf": "^2.6.1"
26+
"pulp": "^12.3.0",
27+
"purescript": "^0.12.0",
28+
"purescript-psa": "^0.7.2",
29+
"rimraf": "^2.6.2"
3030
}
3131
}

0 commit comments

Comments
 (0)