Skip to content

Commit

Permalink
sort-package-json
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Mar 10, 2020
1 parent 17ce036 commit 567cbb7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -2,9 +2,6 @@
"name": "release-it-lerna-changelog",
"version": "1.0.3",
"description": "release-it plugin for lerna-changelog ",
"repository": "https://github.com/rwjblue/release-it-lerna-changelog",
"license": "MIT",
"author": "Robert Jackson <me@rwjblue.com>",
"keywords": [
"release",
"release-it",
Expand All @@ -13,10 +10,13 @@
"changelog",
"lerna"
],
"repository": "https://github.com/rwjblue/release-it-lerna-changelog",
"license": "MIT",
"author": "Robert Jackson <me@rwjblue.com>",
"main": "index.js",
"files": [
"index.js"
],
"main": "index.js",
"scripts": {
"lint:js": "eslint .",
"test": "ava"
Expand Down

0 comments on commit 567cbb7

Please sign in to comment.