Skip to content

Commit

Permalink
1.1.0 adds cut options
Browse files Browse the repository at this point in the history
thanks to @danilosampaio
  • Loading branch information
jonschlinkert committed Jul 17, 2015
1 parent aaae600 commit 068912d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 29 deletions.
18 changes: 4 additions & 14 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,17 @@
{
"name": "word-wrap",
"description": "Wrap words to a specified length.",
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/word-wrap.git"
},
"license": {
"type": "MIT",
"url": "https://github.com/jonschlinkert/word-wrap/blob/master/LICENSE"
},
"repository": "jonschlinkert/word-wrap",
"license": "MIT",
"homepage": "https://github.com/jonschlinkert/word-wrap",
"authors": [
{
"name": "Jon Schlinkert",
"homepage": "http://github.com/jonschlinkert/"
}
"Jon Schlinkert (https://github.com/jonschlinkert)"
],
"main": [
"index.js"
],
"devDependencies": {
"mocha": "^2.1.0",
"should": "^4.3.0"
"mocha": "*"
},
"keywords": [
"break",
Expand Down
20 changes: 5 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,14 @@
{
"name": "word-wrap",
"description": "Wrap words to a specified length.",
"version": "1.0.3",
"version": "1.1.0",
"homepage": "https://github.com/jonschlinkert/word-wrap",
"author": {
"name": "Jon Schlinkert",
"url": "http://github.com/jonschlinkert/"
},
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/word-wrap.git"
},
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/word-wrap",
"bugs": {
"url": "https://github.com/jonschlinkert/word-wrap/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/jonschlinkert/word-wrap/blob/master/LICENSE"
},
"license": "MIT",
"files": [
"index.js"
],
Expand All @@ -29,8 +20,7 @@
"test": "mocha"
},
"devDependencies": {
"mocha": "^2.1.0",
"should": "^4.3.0"
"mocha": "*"
},
"keywords": [
"break",
Expand Down

0 comments on commit 068912d

Please sign in to comment.