Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #48 from garyb/updates
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
garyb committed Nov 16, 2015
2 parents 095710f + 9d1e998 commit 238842b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 14 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
language: node_js
sudo: false
node_js:
- 0.12.7
- 4
install:
- npm install gulp bower -g
- npm install
- bower install --production
- npm install && bower install
script:
- gulp
- bower install
- gulp test
11 changes: 4 additions & 7 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,10 @@
"package.json"
],
"dependencies": {
"purescript-parsing": "^0.7.0",
"purescript-validation": "^0.2.0",
"purescript-functions": "^0.1.0",
"purescript-strongcheck": "^0.13.0",
"purescript-prelude": "^0.1.2"
},
"devDependencies": {
"purescript-strongcheck": "^0.13.0"
"purescript-parsing": "^0.7.1",
"purescript-prelude": "^0.1.3",
"purescript-strongcheck": "^0.14.4",
"purescript-validation": "^0.2.1"
}
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "purescript-markdown",
"private": true,
"devDependencies": {
"gulp": "^3.9.0",
"gulp-purescript": "^0.7.0",
"gulp-run": "^1.6.8",
"purescript": "^0.7.4",
"purescript": "^0.7.5",
"run-sequence": "^1.1.1"
}
}

0 comments on commit 238842b

Please sign in to comment.