Skip to content
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from Unsupervisedcom/feat_update_package_name
Browse files Browse the repository at this point in the history
feat: update package name to match new repo
  • Loading branch information
winstongood authored Nov 10, 2022
2 parents 6729f6c + 6f7255b commit c4b779e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "@unsupervised/release-config-general",
"name": "@unsupervised/release-config-main-app",
"version": "1.0.1",
"description": "semantic-release shareable config template repsitory",
"description": "semantic-release template repository for main app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Unsupervisedcom/release-config-general.git"
"url": "git+https://github.com/Unsupervisedcom/release-config-main-app.git"
},
"author": "Unsupervised",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/Unsupervisedcom/release-config-general/issues"
"url": "https://github.com/Unsupervisedcom/release-config-main-app/issues"
},
"homepage": "https://github.com/Unsupervisedcom/release-config-general#readme",
"homepage": "https://github.com/Unsupervisedcom/release-config-main-app#readme",
"dependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.2",
Expand Down

0 comments on commit c4b779e

Please sign in to comment.