Skip to content

Commit

Permalink
Merge pull request #76 from groupon/jk-3.x-latest
Browse files Browse the repository at this point in the history
Publish 3.x from master
  • Loading branch information
jkrems authored Jun 21, 2017
2 parents 5a82ad4 + a152e6a commit d99b1f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ deploy:
script: ./node_modules/.bin/nlm release
skip_cleanup: true
'on':
branch: '3.x'
branch: master
node: '4'
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

> A gofer, go-fer or gopher /ˈɡoʊfər/ is an employee who specializes in delivery of special items to their superior(s).
> The special items may be anything from a cup of coffee to a tailored suit or a car.
>
>
> — <cite>[Wikipedia: Gofer](https://en.wikipedia.org/wiki/Gofer)</cite>
```
npm install --save gofer@beta
npm install --save gofer
```

A base class for HTTP clients.
Expand Down
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@
"posttest": "nlm verify"
},
"nlm": {
"channels": {
"3.x": "beta",
"master": "latest"
},
"license": {
"files": [
"lib"
Expand Down

0 comments on commit d99b1f8

Please sign in to comment.