Skip to content

Commit

Permalink
fix: Minor changes to the package.json before publishing. (#9)
Browse files Browse the repository at this point in the history
- Updates license to MIT (to match other conventional-changelog packages.
- Adds keywords.
- Removes org scope from name.

see #7
  • Loading branch information
jbottigliero committed Apr 14, 2019
1 parent 0bce009 commit 784696a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@conventional-changelog/conventional-changelog-config-spec",
"name": "conventional-changelog-config-spec",
"version": "1.0.0",
"description": "a spec describing the config options supported by conventional-config for upstream tooling",
"main": "index.js",
Expand All @@ -12,10 +12,12 @@
"url": "git+https://github.com/conventional-changelog/conventional-changelog-config-spec.git"
},
"keywords": [
"conventional-changelog",
"conventional",
"changelog",
"spec"
],
"author": "",
"license": "ISC",
"license": "MIT",
"bugs": {
"url": "https://github.com/conventional-changelog/conventional-changelog-config-spec/issues"
},
Expand Down

0 comments on commit 784696a

Please sign in to comment.