Skip to content

Commit 1db64a5

Browse files
author
hpinkos
committed
greenkeeper
1 parent 7f142a9 commit 1db64a5

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</p>
44

55
[![Build Status](https://travis-ci.org/AnalyticalGraphicsInc/cesium.svg?branch=master)](https://travis-ci.org/AnalyticalGraphicsInc/cesium)&nbsp;
6-
[![Docs](https://img.shields.io/badge/docs-online-orange.svg)](http://cesiumjs.org/tutorials.html)
6+
[![Docs](https://img.shields.io/badge/docs-online-orange.svg)](http://cesiumjs.org/tutorials.html) [![Greenkeeper badge](https://badges.greenkeeper.io/AnalyticalGraphicsInc/cesium.svg)](https://greenkeeper.io/)
77

88
CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin. It uses WebGL for hardware-accelerated graphics, and is cross-platform, cross-browser, and tuned for dynamic-data visualization.
99

greenkeeper.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"groups": {
3+
"default": {
4+
"packages": [
5+
"package.json"
6+
]
7+
}
8+
}
9+
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"request": "^2.79.0",
7171
"rimraf": "^2.6.1",
7272
"stream-to-promise": "^2.2.0",
73-
"yargs": "^12.0.1"
73+
"yargs": "^12.0.2"
7474
},
7575
"scripts": {
7676
"start": "node server.js",

0 commit comments

Comments
 (0)