Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Update dependencies #92

Merged
merged 2 commits into from
Apr 24, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ cache:
- "node_modules"
before_install:
- "npm -g install npm@latest"
- "curl -Lo travis_after_all.py https://raw.githubusercontent.com/dmakhno/travis_after_all/master/travis_after_all.py"
after_success: # travis_after_all.py is needed due to travis-ci/travis-ci#1548 & travis-ci/travis-ci#929
- "npm run coveralls"
- "python travis_after_all.py"
- "export $(cat .to_export_back)"
after_success:
- "npm run coveralls || true"
- "npm run semantic-release || true"
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,39 +23,39 @@
},
"dependencies": {
"amanda": "^0.5.1",
"async": "^2.0.0-rc.6",
"caseless": "^0.11.0",
"clone": "^1.0.2",
"async": "^2.3.0",
"caseless": "^0.12.0",
"clone": "^2.1.1",
"commander": "^2.9.0",
"curl-trace-parser": "0.0.8",
"deep-equal": "^1.0.1",
"googlediff": "^0.1.0",
"http-string-parser": "0.0.5",
"is-type": "0.0.1",
"json-pointer": "^0.5.0",
"jsonlint": "josdejong/jsonlint",
"json-pointer": "^0.6.0",
"jsonlint": "git+https://[email protected]/josdejong/jsonlint.git",
"media-typer": "^0.3.0",
"tv4": "^1.2.7"
"tv4": "^1.3.0"
},
"devDependencies": {
"chai": "^3.5.0",
"coffee-coverage": "^1.0.1",
"coffee-script": "^1.10.0",
"coffeeify": "^2.0.1",
"coffeelint": "^1.15.7",
"coveralls": "^2.11.9",
"cross-spawn": "^4.0.0",
"cucumber": "^1.2.2",
"cz-conventional-changelog": "^1.1.6",
"coffee-coverage": "^2.0.1",
"coffee-script": "^1.12.5",
"coffeeify": "^2.1.0",
"coffeelint": "^1.16.0",
"coveralls": "^2.13.0",
"cross-spawn": "^5.1.0",
"cucumber": "^1.3.2",
"cz-conventional-changelog": "^2.0.0",
"gavel-spec": "^1.2.0",
"jscoverage": "^0.6.0",
"lodash": "^4.13.1",
"mocha": "^3.0.2",
"mocha-lcov-reporter": "^1.2.0",
"mochify": "^2.18.1",
"prettyjson": "^1.1.3",
"semantic-release": "^4.3.5",
"sinon": "^1.17.4"
"lodash": "^4.17.4",
"mocha": "^3.3.0",
"mocha-lcov-reporter": "^1.3.0",
"mochify": "^3.1.1",
"prettyjson": "^1.2.1",
"semantic-release": "^6.3.2",
"sinon": "^2.1.0"
},
"repository": {
"type": "git",
Expand Down