-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
grpn-bulk-nlm
authored and
Mark Owsiak
committed
Jan 4, 2018
1 parent
ce62acf
commit 42a70eb
Showing
13 changed files
with
526 additions
and
422 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"extends": "groupon-es5" | ||
"extends": "groupon/es5" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
/package-lock.json | ||
/yarn.lock | ||
node_modules/ | ||
npm-debug.log | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,12 @@ | ||
language: node_js | ||
node_js: | ||
- '0.10' | ||
- '4' | ||
before_install: | ||
- npm install -g npm@latest-2 | ||
before_deploy: | ||
- 'git config --global user.email "opensource@groupon.com"' | ||
- 'git config --global user.name "Groupon"' | ||
- 4.6.1 | ||
- 6.11.5 | ||
- 8.9.0 | ||
deploy: | ||
provider: script | ||
script: ./node_modules/.bin/nlm release | ||
skip_cleanup: true | ||
'on': | ||
branch: master | ||
node: '4' | ||
- provider: script | ||
script: ./node_modules/.bin/nlm release | ||
skip_cleanup: true | ||
'on': | ||
branch: master | ||
node: 8.9.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
{ | ||
"extends": "groupon/node4", | ||
"env": { | ||
"mocha": true | ||
}, | ||
"rules": { | ||
"func-names": 0 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
--compilers test.coffee:coffee-script/register | ||
--recursive |
Oops, something went wrong.