Skip to content

Commit 4548935

Browse files
authored
Merge pull request #10 from cryogenian/foldr-fix
foldr-fix
2 parents 47f8362 + 270f0b9 commit 4548935

File tree

3 files changed

+460
-457
lines changed

3 files changed

+460
-457
lines changed

.travis.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
language: node_js
2-
dist: trusty
3-
sudo: required
4-
node_js:
5-
- 6
6-
install:
7-
- npm install pulp bower -g
8-
- npm install && bower install
9-
script:
10-
- pulp test
1+
language: node_js
2+
dist: trusty
3+
sudo: required
4+
node_js:
5+
- 6
6+
install:
7+
- npm install pulp bower -g
8+
- npm install && bower install
9+
script:
10+
- npm run test

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,14 @@
1212
"bugs": {
1313
"url": "https://github.com/slamdata/purescript-formatters/issues"
1414
},
15+
"scripts": {
16+
"build": "pulp build -- --censor-lib --strict --stash",
17+
"test": "pulp test -- --censor-lib --strict --stash"
18+
},
1519
"homepage": "https://github.com/slamdata/purescript-formatters#readme",
1620
"dependencies": {
17-
"pulp": "^9.0.1",
18-
"purescript": "^0.10.1",
21+
"pulp": "^9.1.0",
22+
"purescript": "^0.10.7",
1923
"purescript-psa": "^0.3.9"
2024
}
2125
}

0 commit comments

Comments
 (0)