Skip to content

Commit c8e2a4a

Browse files
authored
Greenkeeper/initial (#589)
* chore: add Greenkeeper config file * docs(readme): add Greenkeeper badge
1 parent e8034f7 commit c8e2a4a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Build Status][build-status-svg]][build-status-link]
44
[![Test Coverage][coverage-status-svg]][coverage-status-link]
55
[![Npm Version][npm-svg]][npm-link]
6-
[![CDNJS version](https://img.shields.io/cdnjs/v/parse.svg)](https://cdnjs.com/libraries/parse)
6+
[![CDNJS version](https://img.shields.io/cdnjs/v/parse.svg)](https://cdnjs.com/libraries/parse) [![Greenkeeper badge](https://badges.greenkeeper.io/parse-community/Parse-SDK-JS.svg)](https://greenkeeper.io/)
77
[![License][license-svg]][license-link]
88

99
A library that gives you access to the powerful Parse cloud platform from your JavaScript app. For more information on Parse and its features, see [the website](http://parseplatform.org), [the JavaScript guide](http://docs.parseplatform.org/js/guide/) or [API Reference](http://parseplatform.org/Parse-SDK-JS/api/).

greenkeeper.json

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

0 commit comments

Comments
 (0)