Comparing version 2.3.0 to 2.4.0
/** | ||
shave - Shave is a javascript plugin that truncates multi-line text within a html element based on set max height | ||
@version v2.3.0 | ||
@version v2.4.0 | ||
@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.3.0 | ||
@version v2.4.0 | ||
@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.3.0 | ||
@version v2.4.0 | ||
@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.3.0 | ||
@version v2.4.0 | ||
@link https://github.com/dollarshaveclub/shave#readme | ||
@@ -5,0 +5,0 @@ @author Jeff Wainwright <yowainwright@gmail.com> (jeffry.in) |
{ | ||
"name": "shave", | ||
"version": "2.3.0", | ||
"version": "2.4.0", | ||
"description": "Shave is a javascript plugin that truncates multi-line text within a html element based on set max height", | ||
@@ -11,2 +11,3 @@ "main": "dist/shave.js", | ||
], | ||
"types": "types/index.d.ts", | ||
"scripts": { | ||
@@ -21,3 +22,3 @@ "build": "rollup --config rollup.config.js", | ||
"eslint:ci": "eslint .", | ||
"postpublish": "git tag $npm_package_version && git push origin --tags", | ||
"postpublish": "git tag $npm_package_version && git push origin --tags && npm run chore", | ||
"prepush": "npm run build && npm test && npm run eslint:ci", | ||
@@ -62,6 +63,7 @@ "test": "npm run test:acceptance && npm run test:es-check", | ||
"node-qunit-phantomjs": "^2.0.0", | ||
"rollup": "^0.63.0", | ||
"rollup": "^0.64.0", | ||
"rollup-plugin-babel": "^4.0.0-beta.0", | ||
"rollup-plugin-uglify": "^4.0.0" | ||
"rollup-plugin-uglify": "^4.0.0", | ||
"typescript": "^3.0.1" | ||
} | ||
} |
27092
13