mirror of
https://github.com/scratchfoundation/scratch-semantic-release-config.git
synced 2025-02-17 08:30:42 -05:00
fix: use own config
This commit is contained in:
parent
2ca61a020b
commit
a7c517dec7
2 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"name": "@jedmao/semantic-release-npm-github-config",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "semantic-release shareable configuration for npm + GitHub",
|
||||
"main": "index.json",
|
||||
"main": ".releaserc.json",
|
||||
"files": [
|
||||
"index.json"
|
||||
".releaserc.json"
|
||||
],
|
||||
"scripts": {
|
||||
"commit": "git-cz",
|
||||
|
|
Loading…
Reference in a new issue