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

Commit 4fff6dd

Browse files
author
Alexandre-io
committed
bump(npm): to 3.7.x
1 parent e550029 commit 4fff6dd

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "outdatedlog",
3-
"version": "1.1.2",
3+
"version": "1.2.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,11 +33,11 @@
3333
},
3434
"license": "MIT",
3535
"dependencies": {
36-
"async": "~1.5.0",
36+
"async": "~1.5.2",
3737
"chalk": "~1.1.1",
3838
"changelog": "~1.0.7",
3939
"cli": "~0.11.1",
40-
"npm": "~3.5.3",
40+
"npm": "~3.7.3",
4141
"semver-compare": "~1.0.0"
4242
},
4343
"devDependencies": {

0 commit comments

Comments
 (0)