diff --git a/bower.json b/bower.json index 1b7a385..a853b75 100644 --- a/bower.json +++ b/bower.json @@ -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", diff --git a/package.json b/package.json index 7a69657..0752163 100644 --- a/package.json +++ b/package.json @@ -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" ], @@ -29,8 +20,7 @@ "test": "mocha" }, "devDependencies": { - "mocha": "^2.1.0", - "should": "^4.3.0" + "mocha": "*" }, "keywords": [ "break",