Skip to content

Commit 04a660c

Browse files
authored
Merge pull request #6 from yayoc/greenkeeper/initial
Update dependencies to enable Greenkeeper 🌴
2 parents 1556e9b + 86c5ecd commit 04a660c

File tree

6 files changed

+1634
-2621
lines changed

6 files changed

+1634
-2621
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# optional-chain [![travis-ci](https://travis-ci.org/yayoc/optional-chain.svg?branch=master)](https://travis-ci.org/yayoc/optional-chain)
1+
# optional-chain [![travis-ci](https://travis-ci.org/yayoc/optional-chain.svg?branch=master)](https://travis-ci.org/yayoc/optional-chain) [![Greenkeeper badge](https://badges.greenkeeper.io/yayoc/optional-chain.svg)](https://greenkeeper.io/)
22

33
Optional chaining implementation in TypeScript.
44
Uses [`option type`](https://en.wikipedia.org/wiki/Option_type)

example/package-lock.json

Lines changed: 4 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"author": "yayoc <hi@yayoc.com> (http://yayoc.com)",
1010
"license": "MIT",
1111
"devDependencies": {
12-
"typescript": "^2.9.2"
12+
"typescript": "^3.0.3"
1313
}
1414
}

greenkeeper.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"groups": {
3+
"default": {
4+
"packages": [
5+
"example/package.json",
6+
"package.json"
7+
]
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)