Comparing version 0.1.7 to 0.1.8
{ | ||
"name": "shave", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "Shave is a javascript plugin that truncates multi-line text within a html element based on set max height", | ||
"main": "dist/shave.js", | ||
"files": [ | ||
"files": [ | ||
"dist" | ||
@@ -11,3 +11,3 @@ ], | ||
"test": "gulp test", | ||
"postpublish": "git tag $npm_package_version && git push origin --tags" | ||
"postpublish": "git tag $npm_package_version && git push origin --tags" | ||
}, | ||
@@ -22,13 +22,13 @@ "repository": { | ||
"truncation", | ||
"truncated", | ||
"semantic", | ||
"js", | ||
"content", | ||
"truncated", | ||
"semantic", | ||
"js", | ||
"content", | ||
"shorten", | ||
"javascript", | ||
"text", | ||
"shave", | ||
"trim" | ||
"shave", | ||
"trim" | ||
], | ||
"author": "Jeff Wainwright <jjwainwright2@gmail.com> (jeffr.in)", | ||
"author": "Jeff Wainwright <jjwainwright2@gmail.com> (jeffry.in)", | ||
"license": "ISC", | ||
@@ -48,2 +48,5 @@ "bugs": { | ||
"gulp": "^3.9.1", | ||
"gulp-header": "^1.8.8", | ||
"gulp-rename": "^1.2.2", | ||
"gulp-uglify": "^2.0.0", | ||
"node-qunit-phantomjs": "^1.4.0", | ||
@@ -50,0 +53,0 @@ "qunit": "^0.9.1", |
10396
5
64
19