File tree Expand file tree Collapse file tree 2 files changed +9
-29
lines changed Expand file tree Collapse file tree 2 files changed +9
-29
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " word-wrap" ,
3
3
"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" ,
12
6
"homepage" : " https://github.com/jonschlinkert/word-wrap" ,
13
7
"authors" : [
14
- {
15
- "name" : " Jon Schlinkert" ,
16
- "homepage" : " http://github.com/jonschlinkert/"
17
- }
8
+ " Jon Schlinkert (https://github.com/jonschlinkert)"
18
9
],
19
10
"main" : [
20
11
" index.js"
21
12
],
22
13
"devDependencies" : {
23
- "mocha" : " ^2.1.0" ,
24
- "should" : " ^4.3.0"
14
+ "mocha" : " *"
25
15
},
26
16
"keywords" : [
27
17
" break" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " word-wrap" ,
3
3
"description" : " Wrap words to a specified length." ,
4
- "version" : " 1.0.3 " ,
4
+ "version" : " 1.1.0 " ,
5
5
"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" ,
14
8
"bugs" : {
15
9
"url" : " https://github.com/jonschlinkert/word-wrap/issues"
16
10
},
17
- "license" : {
18
- "type" : " MIT" ,
19
- "url" : " https://github.com/jonschlinkert/word-wrap/blob/master/LICENSE"
20
- },
11
+ "license" : " MIT" ,
21
12
"files" : [
22
13
" index.js"
23
14
],
29
20
"test" : " mocha"
30
21
},
31
22
"devDependencies" : {
32
- "mocha" : " ^2.1.0" ,
33
- "should" : " ^4.3.0"
23
+ "mocha" : " *"
34
24
},
35
25
"keywords" : [
36
26
" break" ,
You can’t perform that action at this time.
0 commit comments