Comparing version 2.0.0 to 2.0.1
const got = require('got') | ||
const ENDPOINT = 'https://hannoverjs-api.now.sh' | ||
const ENDPOINT = 'https://api.hannoverjs.de' | ||
@@ -5,0 +5,0 @@ function hannoverjs(path, opts) { |
{ | ||
"name": "hannoverjs", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Convenience wrapper for `got` to interact with the HannoverJS API", | ||
@@ -11,6 +11,5 @@ "repository": "hannoverjs/hannoverjs", | ||
"lint": "xo", | ||
"test": "npm run lint && nyc ava", | ||
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov", | ||
"prettier": "prettier --single-quote --no-semi --write", | ||
"prettify": "npm run prettier -- *.js" | ||
"test": "ava", | ||
"format": "prettier --write *.js", | ||
"format:check": "prettier --list-different *.js" | ||
}, | ||
@@ -28,22 +27,24 @@ "files": [ | ||
"dependencies": { | ||
"got": "^7.1.0" | ||
"got": "^8.3.0" | ||
}, | ||
"devDependencies": { | ||
"ava": "*", | ||
"codecov": "^2.2.0", | ||
"eslint-config-prettier": "^2.3.0", | ||
"ava": "^1.0.0-beta.3", | ||
"husky": "^0.14.3", | ||
"lint-staged": "^4.0.1", | ||
"nock": "^9.0.2", | ||
"nyc": "^11.0.3", | ||
"prettier": "^1.5.2", | ||
"xo": "*" | ||
"lint-staged": "^7.0.4", | ||
"nock": "^9.2.5", | ||
"prettier": "^1.12.0", | ||
"xo": "^0.20.3" | ||
}, | ||
"prettier": { | ||
"singleQuote": true, | ||
"semi": false, | ||
"bracketSpacing": true | ||
}, | ||
"xo": { | ||
"extends": "prettier" | ||
"extends": "prettier", | ||
"space": true | ||
}, | ||
"lint-staged": { | ||
"*.js": [ | ||
"npm run lint", | ||
"npm run prettier", | ||
"prettier --write", | ||
"git add" | ||
@@ -50,0 +51,0 @@ ] |
# hannoverjs | ||
[![Build Status](https://travis-ci.org/HannoverJS/hannoverjs.svg?branch=master)](https://travis-ci.org/HannoverJS/hannoverjs) [![Codecov](https://codecov.io/gh/hannoverjs/hannoverjs/branch/master/graph/badge.svg)](https://codecov.io/gh/hannoverjs/hannoverjs) [![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo) [![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier) | ||
[![Build Status](https://travis-ci.org/HannoverJS/hannoverjs.svg?branch=master)](https://travis-ci.org/HannoverJS/hannoverjs) [![npm](https://img.shields.io/npm/v/hannoverjs.svg)](https://www.npmjs.com/package/hannoverjs) [![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo) [![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier) | ||
@@ -5,0 +5,0 @@ > Convenience wrapper for [`got`](https://github.com/sindresorhus/got) to interact with the [HannoverJS API](https://github.com/HannoverJS/hannoverjs-api) |
6
4602
+ Added@sindresorhus/is@0.7.0(transitive)
+ Addedcacheable-request@2.1.4(transitive)
+ Addedclone-response@1.0.2(transitive)
+ Addedcore-util-is@1.0.3(transitive)
+ Addeddecode-uri-component@0.2.2(transitive)
+ Addedfrom2@2.3.0(transitive)
+ Addedgot@8.3.2(transitive)
+ Addedhttp-cache-semantics@3.8.1(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedinto-stream@3.1.0(transitive)
+ Addedisarray@1.0.0(transitive)
+ Addedjson-buffer@3.0.0(transitive)
+ Addedkeyv@3.0.0(transitive)
+ Addedlowercase-keys@1.0.0(transitive)
+ Addednormalize-url@2.0.1(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedp-cancelable@0.4.1(transitive)
+ Addedp-is-promise@1.1.0(transitive)
+ Addedp-timeout@2.0.1(transitive)
+ Addedpify@3.0.0(transitive)
+ Addedprepend-http@2.0.0(transitive)
+ Addedprocess-nextick-args@2.0.1(transitive)
+ Addedquery-string@5.1.1(transitive)
+ Addedreadable-stream@2.3.8(transitive)
+ Addedresponselike@1.0.2(transitive)
+ Addedsafe-buffer@5.1.2(transitive)
+ Addedsort-keys@2.0.0(transitive)
+ Addedstrict-uri-encode@1.1.0(transitive)
+ Addedstring_decoder@1.1.1(transitive)
+ Addedurl-parse-lax@3.0.0(transitive)
+ Addedutil-deprecate@1.0.2(transitive)
- Removedgot@7.1.0(transitive)
- Removedis-stream@1.1.0(transitive)
- Removedp-cancelable@0.3.0(transitive)
- Removedp-timeout@1.2.1(transitive)
- Removedprepend-http@1.0.4(transitive)
- Removedurl-parse-lax@1.0.0(transitive)
Updatedgot@^8.3.0