From ee2b354f83c2ee0fa4cc865e49bb4c6c4434c001 Mon Sep 17 00:00:00 2001 From: grpn-bulk-nlm Date: Fri, 4 Mar 2016 15:08:45 -0800 Subject: [PATCH] chore: Apply latest nlm generator --- .travis.yml | 12 ++++++------ CONTRIBUTING.md | 5 +++-- package.json | 4 ++-- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 748132a..ac742ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 "opensource@groupon.com" - - git config --global user.name "Groupon" + - 'git config --global user.email "opensource@groupon.com"' + - '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 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9e412ba..bbcc950 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 @@ -144,3 +144,4 @@ A simple bug fix: ``` fix: Handle multi-byte characters in search logic ``` + diff --git a/package.json b/package.json index 9906641..3454855 100644 --- a/package.json +++ b/package.json @@ -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": {