Skip to content

Commit 681088d

Browse files
authored
Merge pull request #1 from types/greenkeeper/initial
Update dependencies to enable Greenkeeper 🌴
2 parents 5f6832a + b9de807 commit 681088d

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Typed Text Buffer [![Build Status](https://travis-ci.org/typed-typings/npm-text-buffer.svg?branch=master)](https://travis-ci.org/typed-typings/npm-text-buffer)
22

3+
[![Greenkeeper badge](https://badges.greenkeeper.io/types/npm-text-buffer.svg)](https://greenkeeper.io/)
4+
35
The type definition for [`text-buffer`](https://github.com/atom/text-buffer.git)
46

57
This is not complete. I only implement those that is needed for `env-atom`. Contribution welcome!

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"prepublish": "typings install"
1515
},
1616
"devDependencies": {
17-
"blue-tape": "^0.2.0",
18-
"onchange": "^2.4.0",
17+
"blue-tape": "^1.0.0",
18+
"onchange": "^3.2.1",
1919
"tap-spec": "^4.1.1",
20-
"text-buffer": "9.1.0",
21-
"ts-node": "^0.7.3",
22-
"tslint": "^3.10.2",
23-
"tslint-config-typings": "^0.2.3",
24-
"typings": "^1.0.4"
20+
"text-buffer": "12.1.0",
21+
"ts-node": "^3.0.3",
22+
"tslint": "^5.2.0",
23+
"tslint-config-typings": "^0.3.1",
24+
"typings": "^2.1.1"
2525
}
2626
}

0 commit comments

Comments
 (0)