Skip to content

Commit

Permalink
refactor: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
exactlyaron committed Apr 9, 2020
1 parent 857b3ab commit 61aad57
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion package.json
@@ -1,18 +1,28 @@
{
"name": "@wmfs/cardscript-assets",
"description": "Icon/image assets for use in Cardscript docs/tooling.",
"version": "0.0.0-semantically-released",
"description": "Icon/image assets for use in Cardscript docs/tooling.",
"author": "West Midlands Fire Service",
"homepage": "https://github.com/wmfs/cardscript-assets#readme",
"keywords": [
"tymly",
"cardscript"
],
"license": "MIT",
"main": "assets/index.js",
"repository": {
"type": "git",
"url": "https://github.com/wmfs/cardscript-assets.git"
},
"bugs": {
"url": "https://github.com/wmfs/cardscript-assets/issues"
},
"scripts": {
"semantic-release": "semantic-release"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}

0 comments on commit 61aad57

Please sign in to comment.