We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 971c1c9 + 40da231 commit 163b1baCopy full SHA for 163b1ba
.travis.yml
@@ -1,7 +1,7 @@
1
language: node_js
2
dist: trusty
3
sudo: required
4
-node_js: 6
+node_js: stable
5
install:
6
- npm install -g bower
7
- npm install
bower.json
@@ -17,6 +17,6 @@
17
"package.json"
18
],
19
"dependencies": {
20
- "purescript-generics": "^3.0.0"
+ "purescript-generics": "^4.0.0"
21
}
22
package.json
@@ -6,9 +6,9 @@
"test": "pulp test"
},
8
"devDependencies": {
9
- "pulp": "^9.0.0",
10
- "purescript-psa": "^0.3.9",
11
- "purescript": "^0.10.1",
12
- "rimraf": "^2.5.0"
+ "pulp": "^11.0.0",
+ "purescript-psa": "^0.5.0",
+ "purescript": "^0.11.1",
+ "rimraf": "^2.6.1"
13
14
0 commit comments