Skip to content

Commit 04c8cfb

Browse files
authored
Merge pull request #1 from types/greenkeeper/initial
Update dependencies to enable Greenkeeper 🌴
2 parents 9bfc810 + 2fefd75 commit 04c8cfb

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Typed protobufjs
2+
3+
[![Greenkeeper badge](https://badges.greenkeeper.io/types/npm-protobufjs.svg)](https://greenkeeper.io/)
24
[![Build Status](https://travis-ci.org/typed-typings/npm-protobufjs.svg?branch=master)](https://travis-ci.org/typed-typings/npm-protobufjs)
35

46
Typescript Typings for [protobufjs](https://www.npmjs.com/package/protobufjs).

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"description": "Typescript Typings for protobufjs",
55
"devDependencies": {
66
"chai": "^3.5.0",
7-
"mocha": "^2.5.3",
7+
"mocha": "^3.3.0",
88
"source-map-support": "^0.4.0",
9-
"tslint": "^3.11.0",
10-
"typescript": "^1.8.10",
11-
"typings": "^1.0.5"
9+
"tslint": "^5.2.0",
10+
"typescript": "^2.3.2",
11+
"typings": "^2.1.1"
1212
},
1313
"scripts": {
1414
"postinstall": "typings install && typings prune",
@@ -18,7 +18,7 @@
1818
"author": "Louay Alakkad",
1919
"license": "ISC",
2020
"dependencies": {
21-
"protobufjs": "^5.0.1"
21+
"protobufjs": "^6.7.3"
2222
},
2323
"main": "index.js",
2424
"version": "0.0.0",

0 commit comments

Comments
 (0)