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

Commit 53ffa06

Browse files
authored
Merge pull request #5 from Alexandre-io/greenkeeper/initial
Update dependencies to enable Greenkeeper
2 parents 157a0cd + 51cd854 commit 53ffa06

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
.idea
3-
.c9
3+
.c9
4+
.vscode

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.4.0 / 2017-02-27
2+
=================
3+
* Install greenkeeper
4+
* Update dependencies
5+
16
1.3.0 / 2017-01-06
27
=================
38
* Update dependencies

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Outdatedlog [![Build Status](https://travis-ci.org/Alexandre-io/outdatedlog.svg)](https://travis-ci.org/Alexandre-io/outdatedlog) [![Codacy Badge](https://api.codacy.com/project/badge/grade/22d97fc78fb44dffbf62b94da1e6311a)](https://www.codacy.com/app/alexandre_2/outdatedlog)
1+
# Outdatedlog [![Build Status](https://travis-ci.org/Alexandre-io/outdatedlog.svg)](https://travis-ci.org/Alexandre-io/outdatedlog) [![Codacy Badge](https://api.codacy.com/project/badge/grade/22d97fc78fb44dffbf62b94da1e6311a)](https://www.codacy.com/app/alexandre_2/outdatedlog) [![Greenkeeper badge](https://badges.greenkeeper.io/Alexandre-io/outdatedlog.svg)](https://greenkeeper.io/)
22

33
This command will check the registry to see if any (or, specific) installed packages are currently outdated and print the changelog.
44

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "outdatedlog",
3-
"version": "1.3.0",
3+
"version": "1.4.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": {
@@ -37,7 +37,7 @@
3737
"chalk": "~1.1.3",
3838
"changelog": "~1.0.7",
3939
"cli": "~1.0.1",
40-
"npm": "~4.0.5",
40+
"npm": "~4.3.0",
4141
"semver-compare": "~1.0.0"
4242
},
4343
"devDependencies": {

0 commit comments

Comments
 (0)