Skip to content

Commit

Permalink
Add missing description to package.json 😐
Browse files Browse the repository at this point in the history
  • Loading branch information
millerized committed Nov 2, 2016
1 parent 0ca6a8d commit ffca49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "smart-truncate",
"version": "0.0.4",
"description": "",
"description": "A small library that truncates a string. It can insert or append an ellipsis at any desired position of the truncated result.",
"main": "smart-truncate.js",
"scripts": {
"test": "node_modules/.bin/mocha --reporter spec",
Expand Down

0 comments on commit ffca49c

Please sign in to comment.