Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Commit

Permalink
fix: package.json and releaserc (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
idaho committed Mar 6, 2021
1 parent afa28ee commit b993dda
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git"
],
"branches": [
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@idaho1980/eslint-config",
"name": "eslint-config-idaho1980",
"version": "1.0.0",
"description": "My custom ESLint config set.",
"main": "node.js",
"author": "idaho",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/idaho/idaho1980-eslint-config.git"
"url": "git+https://github.com/idaho/eslint-config-idaho1980.git"
},
"bugs": {
"url": "https://github.com/idaho/idaho1980-eslint-config/issues"
"url": "https://github.com/idaho/eslint-config-idaho1980/issues"
},
"homepage": "https://github.com/idaho/idaho1980-eslint-config#readme",
"homepage": "https://github.com/idaho/eslint-config-idaho1980#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "rimraf lib/ node.js web.js && npx tsc",
Expand Down

0 comments on commit b993dda

Please sign in to comment.