Skip to content

Commit 2640391

Browse files
authored
Flovilmart/readme updates (#588)
* chore(package): update dependencies https://greenkeeper.io/ * chore(travis): whitelist greenkeeper branches https://greenkeeper.io/ * docs(readme): add Greenkeeper badge https://greenkeeper.io/ * fixes * Better gitignore * Update README.md * Update README.md * Update README.md
1 parent de4bc1c commit 2640391

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ integration/test_logs
1111
integration/test_logs
1212
out/
1313
docs/
14-

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
[![Npm Version][npm-svg]][npm-link]
66
[![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]
8+
[![Greenkeeper badge][greenkeeper-svg]][greenkeeper-link]
9+
10+
[![Backers on Open Collective](https://opencollective.com/parse-server/backers/badge.svg)](#backers)
11+
[![Sponsors on Open Collective](https://opencollective.com/parse-server/sponsors/badge.svg)](#sponsors)
12+
813

914
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/).
1015

@@ -61,3 +66,5 @@ As of April 5, 2017, Parse, LLC has transferred this code to the parse-community
6166
[npm-link]: https://npmjs.org/parse
6267
[license-svg]: https://img.shields.io/badge/license-BSD-lightgrey.svg
6368
[license-link]: https://github.com/parse-community/Parse-SDK-JS/blob/master/LICENSE
69+
[greenkeeper-svg]: https://img.shields.io/badge/license-BSD-lightgrey.svg
70+
[greenkeeper-link]: https://badges.greenkeeper.io/parse-community/Parse-SDK-JS.svg

0 commit comments

Comments
 (0)