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

Commit 1c59aad

Browse files
authored
Merge pull request #9 from apiaryio/honzajavorek/update-deps-04-2017
Update dependencies
2 parents 7ef11b3 + ebbde79 commit 1c59aad

File tree

2 files changed

+10
-15
lines changed

2 files changed

+10
-15
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
sudo: false
22
language: "node_js"
33
node_js:
4-
- "0.10"
5-
- "0.12"
64
- "4"
75
- "6"
86
env:
@@ -14,8 +12,5 @@ cache:
1412
- "node_modules"
1513
before_install:
1614
- "npm -g install npm@latest"
17-
- "curl -Lo travis_after_all.py https://raw.githubusercontent.com/dmakhno/travis_after_all/master/travis_after_all.py"
18-
after_success: # travis_after_all.py is needed due to travis-ci/travis-ci#1548 & travis-ci/travis-ci#929
19-
- "python travis_after_all.py"
20-
- "export $(cat .to_export_back)"
15+
after_success:
2116
- "npm run semantic-release || true"

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@
1717
"url": "https://github.com/apiaryio/gavel2html.git"
1818
},
1919
"dependencies": {
20-
"clone": "^1.0.2",
20+
"clone": "^2.1.1",
2121
"googlediff": "^0.1.0",
2222
"is-type": "~0.0.1",
23-
"json-pointer": "^0.5.0",
23+
"json-pointer": "^0.6.0",
2424
"traverse": "^0.6.6"
2525
},
2626
"devDependencies": {
2727
"chai": "^3.5.0",
28-
"coffee-script": "^1.8.0",
29-
"coffeeify": "^2.0.1",
30-
"coffeelint": "^1.15.7",
31-
"cz-conventional-changelog": "^1.1.6",
32-
"mocha": "^3.0.2",
33-
"mochify": "^2.18.0",
34-
"semantic-release": "^4.3.5"
28+
"coffee-script": "^1.12.5",
29+
"coffeeify": "^2.1.0",
30+
"coffeelint": "^1.16.0",
31+
"cz-conventional-changelog": "^2.0.0",
32+
"mocha": "^3.3.0",
33+
"mochify": "^3.1.1",
34+
"semantic-release": "^6.3.2"
3535
},
3636
"keywords": [
3737
"html",

0 commit comments

Comments
 (0)