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

Commit 252c265

Browse files
authored
Merge pull request #1 from neogeek/greenkeeper/initial
Update dependencies to enable Greenkeeper 🌴
2 parents 8afd0b6 + 8b72a30 commit 252c265

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
55
[![](https://api.travis-ci.org/neogeek/iknowishouldnt.js.svg?style=flat)](https://travis-ci.org/neogeek/iknowishouldnt.js)
66
[![](https://david-dm.org/neogeek/iknowishouldnt.js/dev-status.svg?style=flat)](https://david-dm.org/neogeek/iknowishouldnt.js?type=dev)
7+
[![Greenkeeper badge](https://badges.greenkeeper.io/neogeek/iknowishouldnt.js.svg)](https://greenkeeper.io/)
8+
[![Latest Documentation](https://doxdox.org/images/badge-flat.svg)](https://doxdox.org/neogeek/iknowishouldnt.js)
79

810
## String.prototype.format
911

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"version": "0.0.5",
55
"main": "iknowishouldnt.js",
66
"devDependencies": {
7-
"@neogeek/eslint-config-standards": "1.6.2",
8-
"eslint": "3.7.1",
9-
"mocha": "3.1.0"
7+
"@neogeek/eslint-config-standards": "1.13.0",
8+
"eslint": "3.15.0",
9+
"mocha": "3.2.0"
1010
},
1111
"scripts": {
1212
"test": "eslint iknowishouldnt.js test/ && mocha test/**/*.js"

0 commit comments

Comments
 (0)