Skip to content

Commit

Permalink
Add the repository url to package.json (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
elchininet authored Dec 19, 2023
1 parent 661ac4c commit 39e4f63
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
],
"author": "ElChiniNet",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/elchininet/shadow-dom-selector"
},
"scripts": {
"build": "rollup --config rollup.config.js --bundleConfigAsCjs",
"clean": "rm -rf dist .nyc_output coverage || true",
Expand Down

0 comments on commit 39e4f63

Please sign in to comment.