Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
enginkizil committed Feb 3, 2022
1 parent ef9ca5a commit 2d31ad8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@
"url": "https://github.com/enginkizil/FeedEk/issues"
},
"dependencies": {
"custom": "git+ssh://[email protected]:enginkizil/FeedEk.git#3.2.0"
"my-package": "git+ssh://[email protected]:enginkizil/FeedEk.git"
},
"scripts": {
"postinstall": "npm update && npm i custom"
"postinstall": "npm update && npm i my-package"
}

}

0 comments on commit 2d31ad8

Please sign in to comment.