Skip to content

Commit 068912d

Browse files
committed
1.1.0 adds cut options
thanks to @danilosampaio
1 parent aaae600 commit 068912d

File tree

2 files changed

+9
-29
lines changed

2 files changed

+9
-29
lines changed

bower.json

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,17 @@
11
{
22
"name": "word-wrap",
33
"description": "Wrap words to a specified length.",
4-
"repository": {
5-
"type": "git",
6-
"url": "git://github.com/jonschlinkert/word-wrap.git"
7-
},
8-
"license": {
9-
"type": "MIT",
10-
"url": "https://github.com/jonschlinkert/word-wrap/blob/master/LICENSE"
11-
},
4+
"repository": "jonschlinkert/word-wrap",
5+
"license": "MIT",
126
"homepage": "https://github.com/jonschlinkert/word-wrap",
137
"authors": [
14-
{
15-
"name": "Jon Schlinkert",
16-
"homepage": "http://github.com/jonschlinkert/"
17-
}
8+
"Jon Schlinkert (https://github.com/jonschlinkert)"
189
],
1910
"main": [
2011
"index.js"
2112
],
2213
"devDependencies": {
23-
"mocha": "^2.1.0",
24-
"should": "^4.3.0"
14+
"mocha": "*"
2515
},
2616
"keywords": [
2717
"break",

package.json

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,14 @@
11
{
22
"name": "word-wrap",
33
"description": "Wrap words to a specified length.",
4-
"version": "1.0.3",
4+
"version": "1.1.0",
55
"homepage": "https://github.com/jonschlinkert/word-wrap",
6-
"author": {
7-
"name": "Jon Schlinkert",
8-
"url": "http://github.com/jonschlinkert/"
9-
},
10-
"repository": {
11-
"type": "git",
12-
"url": "git://github.com/jonschlinkert/word-wrap.git"
13-
},
6+
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7+
"repository": "jonschlinkert/word-wrap",
148
"bugs": {
159
"url": "https://github.com/jonschlinkert/word-wrap/issues"
1610
},
17-
"license": {
18-
"type": "MIT",
19-
"url": "https://github.com/jonschlinkert/word-wrap/blob/master/LICENSE"
20-
},
11+
"license": "MIT",
2112
"files": [
2213
"index.js"
2314
],
@@ -29,8 +20,7 @@
2920
"test": "mocha"
3021
},
3122
"devDependencies": {
32-
"mocha": "^2.1.0",
33-
"should": "^4.3.0"
23+
"mocha": "*"
3424
},
3525
"keywords": [
3626
"break",

0 commit comments

Comments
 (0)