Skip to content
This repository was archived by the owner on Oct 2, 2022. It is now read-only.

Commit 157a0cd

Browse files
authored
Merge pull request #4 from Alexandre-io/update-deps
Update deps
2 parents 4fff6dd + eccc52c commit 157a0cd

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
language: node_js
22
node_js:
3+
- '7'
4+
- '6'
5+
- '5'
36
- '4'
47
- '3'
58
- '2'

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.3.0 / 2017-01-06
2+
=================
3+
* Update dependencies
4+
15
1.2.0 / 2016-02-21
26
=================
37
* Update npm

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "outdatedlog",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "This command will check the registry to see if any (or, specific) installed packages are currently outdated and print the changelog",
55
"main": "lib/outdatedlog",
66
"scripts": {
@@ -33,14 +33,14 @@
3333
},
3434
"license": "MIT",
3535
"dependencies": {
36-
"async": "~1.5.2",
37-
"chalk": "~1.1.1",
36+
"async": "~2.1.4",
37+
"chalk": "~1.1.3",
3838
"changelog": "~1.0.7",
39-
"cli": "~0.11.1",
40-
"npm": "~3.7.3",
39+
"cli": "~1.0.1",
40+
"npm": "~4.0.5",
4141
"semver-compare": "~1.0.0"
4242
},
4343
"devDependencies": {
44-
"jshint": "~2.9.1"
44+
"jshint": "~2.9.4"
4545
}
4646
}

0 commit comments

Comments
 (0)