Skip to content

Commit

Permalink
fix(package.json): repository url
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Balet committed Apr 20, 2024
1 parent 1feac8f commit 75544e1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@
"registry": "https://registry.npmjs.org"
},
"repository": {
"url": "https://github.com/rbalet/scss-opinionated"
"type": "git",
"url": "git+https://github.com/rbalet/scss-opinionated"
},
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "^19.2.2",
"@commitlint/config-conventional": "^19.2.2",
Expand All @@ -34,5 +36,6 @@
},
"scripts": {
"prepare": "husky"
}
},
"sideEffects": false
}

0 comments on commit 75544e1

Please sign in to comment.