fix: use own config

This commit is contained in:
jedmao 2019-06-11 14:29:17 -05:00
parent 2ca61a020b
commit a7c517dec7
No known key found for this signature in database
GPG key ID: 7DA6E38CAB81A338
2 changed files with 3 additions and 3 deletions

View file

@ -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",