Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

Commit

Permalink
fix: update files
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Mbanugo committed Jan 28, 2022
1 parent 472ff77 commit e07616b
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"semantic-release": "npm run build && semantic-release"
},
"files": [
"dist/cli.js"
"dist"
],
"dependencies": {
"@kubernetes/client-node": "^0.16.1",
Expand Down Expand Up @@ -74,26 +74,6 @@
"prerelease": true
},
"next"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/npm",
{
"assets": [
"dist"
]
}
],
[
"@semantic-release/github",
{
"assets": [
"dist"
]
}
]
]
},
"publishConfig": {
Expand Down

0 comments on commit e07616b

Please sign in to comment.