Skip to content

Commit

Permalink
Merge pull request #8 from nature-heart-software/dev
Browse files Browse the repository at this point in the history
fix: fix npm package
  • Loading branch information
Wurielle authored Apr 11, 2024
2 parents 1ff3112 + 2b2860b commit e230df7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"homepage": "https://github.com/nature-heart-software/pristine",
"repository": {
"type": "git",
"url": "https://github.com/nature-heart-software/pristine",
"url": "git+https://github.com/nature-heart-software/pristine.git",
"directory": "packages/cli"
},
"main": "index.js",
"bin": {
"pristine": "./bin/pristine.js"
"pristine": "bin/pristine.js"
},
"dependencies": {
"@root/walk": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage": "https://github.com/nature-heart-software/pristine",
"repository": {
"type": "git",
"url": "https://github.com/nature-heart-software/pristine",
"url": "git+https://github.com/nature-heart-software/pristine.git",
"directory": "packages/react"
},
"type": "module",
Expand Down

0 comments on commit e230df7

Please sign in to comment.