Skip to content

Commit a264ff2

Browse files
committed
Merge pull request #7 from zudov/deps-bump
Bump dependencies
2 parents 150ae11 + 80a377d commit a264ff2

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@ sudo: false
33
node_js:
44
- 0.10
55
env:
6-
- TAG=v0.7.0 PATH=$HOME/bin:$PATH
6+
- PATH=$HOME/bin:$PATH
77
install:
88
- mkdir $HOME/bin
9-
- wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz
10-
- tar zxvf $HOME/purescript.tar.gz -C $HOME/bin purescript/psc{,i,-docs,-bundle,-publish} --strip-components=1
11-
- chmod a+x $HOME/bin/psc{,i,-docs,-bundle,-publish}
129
- npm install bower gulp -g
1310
- npm install && bower install
1411
script:

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
],
1919
"dependencies": {
2020
"purescript-nonempty": "^0.1.2",
21-
"purescript-profunctor": "^0.3.0",
22-
"purescript-strings": "^0.5.2",
21+
"purescript-profunctor": "^0.3.1",
22+
"purescript-strings": "^0.7.0",
2323
"purescript-these": "^0.3.0",
24-
"purescript-transformers": "^0.6.1"
24+
"purescript-transformers": "^0.8.1"
2525
},
2626
"devDependencies": {
2727
"purescript-exceptions": "^0.3.0"

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"private": true,
33
"devDependencies": {
4+
"purescript": "^0.7.4",
45
"gulp": "^3.8.11",
56
"gulp-jscs": "^1.6.0",
67
"gulp-jshint": "^1.11.2",
7-
"gulp-purescript": "^0.5.0",
8+
"gulp-purescript": "^0.7.0",
89
"gulp-run": "^1.6.8"
910
}
1011
}

0 commit comments

Comments
 (0)