heroku-client
Advanced tools
Comparing version 0.4.0 to 0.5.0
@@ -59,2 +59,4 @@ var Heroku = require('./heroku'), | ||
segment = getName(segment); | ||
if (proxy.prototype && proxy.prototype[segment]) { | ||
@@ -61,0 +63,0 @@ return proxy = proxy.prototype[segment]._constructor; |
{ | ||
"name": "heroku-client", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "A wrapper for the Heroku v3 API", | ||
@@ -5,0 +5,0 @@ "main": "./lib/heroku.js", |
@@ -1,2 +0,2 @@ | ||
# heroku-client [![Build Status](https://travis-ci.org/jclem/node-heroku-client.png?branch=master)](https://travis-ci.org/jclem/node-heroku-client) | ||
# heroku-client [![Build Status](https://travis-ci.org/heroku/node-heroku-client.png?branch=master)](https://travis-ci.org/heroku/node-heroku-client) | ||
@@ -103,2 +103,15 @@ A wrapper around the [v3 Heroku API][platform-api-reference]. | ||
### Updating resources | ||
When a new resource manifest is available, download it into the repo, run tests, generate documentation, and [bump the version number accordingly](http://semver.org/). | ||
### Generating documentation | ||
Documentation for node-heroku is auto-generated from [the resources manifest](https://github.com/heroku/node-heroku-client/blob/development/lib/resources.js). | ||
Docs are generated like so: | ||
```bash | ||
$ bin/docs | ||
``` | ||
### Running tests | ||
@@ -108,3 +121,3 @@ | ||
```javascript | ||
```bash | ||
$ npm test | ||
@@ -111,0 +124,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
146602
38
2481
128