Skip to content

Commit

Permalink
chore(http): fix http request
Browse files Browse the repository at this point in the history
Migrate to standard
Update dependencies
  • Loading branch information
lgaticaq committed Jun 18, 2017
1 parent e59fe45 commit 7ecfa15
Show file tree
Hide file tree
Showing 9 changed files with 2,706 additions and 1,782 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ build/Release
# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules
lib
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ test
.nvmrc
.travis.yml
CHANGELOG.md
yarn.lock
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v7
v8
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: node_js
node_js:
- "6"
- "7"
- "8"
notifications:
email: false
after_success:
- npm run coveralls
- npm run codeclimate
cache: yarn
- npm i -g coveralls codeclimate-test-reporter
- coveralls < coverage/lcov.info
- codeclimate-test-reporter < coverage/lcov.info

0 comments on commit 7ecfa15

Please sign in to comment.