Comparing version 1.1.0 to 2.0.0
Changelog | ||
========= | ||
### v2.0.0 / 2018-11-09 | ||
- Drop support for Node < 6 | ||
- Update dependencies | ||
- Add CONTRIBUTING.md | ||
### v1.1.0 / 2018-06-07 | ||
@@ -5,0 +11,0 @@ |
{ | ||
"name": "crop-url", | ||
"version": "1.1.0", | ||
"version": "2.0.0", | ||
"description": "Truncate a url so that it doesn't appear so long visually", | ||
@@ -23,3 +23,3 @@ "keywords": [ | ||
"engines": { | ||
"node": ">= 4.0.0" | ||
"node": ">=6" | ||
}, | ||
@@ -32,9 +32,9 @@ "scripts": { | ||
"devDependencies": { | ||
"chai": "^4.1.2", | ||
"eslint": "^4.19.1", | ||
"eslint-config-standard": "^11.0.0", | ||
"eslint-plugin-import": "^2.12.0", | ||
"eslint-plugin-node": "^6.0.1", | ||
"eslint-plugin-promise": "^3.8.0", | ||
"eslint-plugin-standard": "^3.1.0", | ||
"chai": "^4.2.0", | ||
"eslint": "^5.8.0", | ||
"eslint-config-standard": "^12.0.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-node": "^8.0.0", | ||
"eslint-plugin-promise": "^4.0.1", | ||
"eslint-plugin-standard": "^4.0.0", | ||
"istanbul": "^0.4.5", | ||
@@ -41,0 +41,0 @@ "mocha": "^5.2.0" |
@@ -1,2 +0,2 @@ | ||
Crop Url | ||
crop-url | ||
======== | ||
@@ -15,3 +15,3 @@ | ||
```bash | ||
$ npm install crop-url --save | ||
npm i crop-url --save | ||
``` | ||
@@ -47,2 +47,14 @@ | ||
Contributing | ||
------------ | ||
Contributions are always welcome. | ||
See [Contributing](CONTRIBUTING.md). | ||
Developer | ||
--------- | ||
* [William Belle](https://github.com/williambelle) | ||
License | ||
@@ -49,0 +61,0 @@ ------- |
5799
71