Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Apply latest nlm generator #24

Merged
merged 1 commit into from
Mar 7, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ language: node_js
node_js:
- '0.10'
- '4'
services: memcached
before_install:
- npm install -g npm@latest-2
- npm install -g npm@latest-2
before_deploy:
- git config --global user.email "[email protected]"
- git config --global user.name "Groupon"
- 'git config --global user.email "[email protected]"'
- 'git config --global user.name "Groupon"'
deploy:
provider: script
script: './node_modules/.bin/nlm release'
script: ./node_modules/.bin/nlm release
skip_cleanup: true
on:
'on':
branch: master
node: '4'
services: memcached
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

This document outlines some of the practices we care about.
If you have any questions or suggestions about the process,
feel free to [open an issue](#reporting-issues).

feel free to [open an issue](#reporting-issues)
.
## How Can I Contribute?

### Reporting Issues
Expand Down Expand Up @@ -144,3 +144,4 @@ A simple bug fix:
```
fix: Handle multi-byte characters in search logic
```

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
}
},
"dependencies": {
"bluebird": "^3.0.5",
"lodash": "^3.1.0",
"bluebird": "^3.3.3",
"lodash": "^4.6.1",
"memcached": "^2.1.0"
},
"devDependencies": {
Expand Down