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

Commit c938d15

Browse files
committed
Update to compile with 0.9.1
1 parent 7e50a87 commit c938d15

24 files changed

Lines changed: 582 additions & 310 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ node_modules/
55
output/
66
tmp/
77
npm-debug.log
8+
*.tix

CONTRIBUTING.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,3 @@
22

33
If you need to contribute to the old version, do that on the `0.3.x` branch.
44
The main branch is for `0.4.x` and newer.
5-
6-
1. When creating a new release, run one of the following:
7-
8-
* `gulp bump-patch`
9-
* `gulp bump-minor`
10-
* `gulp bump-major`
11-
12-
Depending on the changes.
13-
1. Run the following to create a tag: `gulp tag`.
14-
1. Push these both up to git with something like: `git push --tags`.

bower.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,12 @@
2424
"tests"
2525
],
2626
"dependencies": {
27-
"purescript-const": "^0.5.0",
28-
"purescript-distributive": "^0.5.1",
29-
"purescript-profunctor": "^0.3.0"
27+
"purescript-const": "^1.0.0",
28+
"purescript-distributive": "^1.0.0",
29+
"purescript-profunctor": "^1.0.0"
3030
},
3131
"devDependencies": {
32-
"purescript-console": "~0.1.0"
32+
"purescript-psci-support": "^1.0.0",
33+
"purescript-console": "^1.0.0"
3334
}
3435
}

0 commit comments

Comments
 (0)