Comparing version 2.5.1 to 2.5.2
/** | ||
shave - Shave is a javascript plugin that truncates multi-line text within a html element based on set max height | ||
@version v2.5.1 | ||
@version v2.5.2 | ||
@link https://github.com/dollarshaveclub/shave#readme | ||
@@ -5,0 +5,0 @@ @author Jeff Wainwright <yowainwright@gmail.com> (jeffry.in) |
/** | ||
shave - Shave is a javascript plugin that truncates multi-line text within a html element based on set max height | ||
@version v2.5.1 | ||
@version v2.5.2 | ||
@link https://github.com/dollarshaveclub/shave#readme | ||
@@ -5,0 +5,0 @@ @author Jeff Wainwright <yowainwright@gmail.com> (jeffry.in) |
{ | ||
"name": "shave", | ||
"version": "2.5.1", | ||
"version": "2.5.2", | ||
"description": "Shave is a javascript plugin that truncates multi-line text within a html element based on set max height", | ||
@@ -10,3 +10,4 @@ "main": "dist/shave.js", | ||
"dist", | ||
"src" | ||
"src", | ||
"types" | ||
], | ||
@@ -58,8 +59,8 @@ "types": "types/index.d.ts", | ||
"conventional-changelog-cli": "^2.0.1", | ||
"es-check": "^2.0.0", | ||
"es-check": "^4.0.0", | ||
"eslint": "^5.0.0", | ||
"eslint-config-dollarshaveclub": "^3.1.0", | ||
"husky": "^0.14.3", | ||
"husky": "^1.0.0", | ||
"node-qunit-phantomjs": "^2.0.0", | ||
"rollup": "^0.65.0", | ||
"rollup": "^0.66.0", | ||
"rollup-plugin-babel": "^4.0.0-beta.0", | ||
@@ -66,0 +67,0 @@ "rollup-plugin-uglify": "^5.0.0", |
27687
12
292