Skip to content

Commit

Permalink
package.json: Sort keys according to documentation (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 authored and hzoo committed Mar 3, 2017
1 parent a1b786a commit ae06475
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,40 @@
"name": "lerna-changelog",
"version": "0.3.0",
"description": "Generate a changelog for a lerna monorepo",
"keywords": [
"changelog",
"lerna"
],
"homepage": "https://github.com/lerna/lerna-changelog#readme",
"bugs": {
"url": "https://github.com/lerna/lerna-changelog/issues"
},
"license": "MIT",
"author": "Bo Borgerson <[email protected]>",
"main": "index.js",
"bin": {
"lerna-changelog": "./bin/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lerna/lerna-changelog.git"
},
"scripts": {
"build": "npm run clean && babel src --out-dir lib --ignore src/__mocks__",
"watch": "npm run build -- --watch",
"changelog": "node ./bin/cli.js",
"clean": "rimraf lib",
"lint": "eslint index.js cli.js src test",
"fix": "npm run lint -- --fix",
"lint": "eslint index.js cli.js src test",
"prepublish": "npm run build",
"test": "jest",
"test-ci": "npm run build && jest",
"prepublish": "npm run build",
"changelog": "node ./bin/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lerna/lerna-changelog.git"
"watch": "npm run build -- --watch"
},
"keywords": [
"lerna",
"changelog"
],
"author": "Bo Borgerson <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lerna/lerna-changelog/issues"
"dependencies": {
"chalk": "^1.1.3",
"mkdirp": "^0.5.1",
"yargs": "^6.6.0"
},
"homepage": "https://github.com/lerna/lerna-changelog#readme",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-eslint": "^7.1.1",
Expand All @@ -46,10 +51,5 @@
},
"peerDependencies": {
"lerna": "^2.0.0-beta.8"
},
"dependencies": {
"chalk": "^1.1.3",
"mkdirp": "^0.5.1",
"yargs": "^6.6.0"
}
}

0 comments on commit ae06475

Please sign in to comment.