Skip to content

Commit

Permalink
Updated package.json with repository info
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalolszewski94 committed May 12, 2021
1 parent a6d8cdc commit aa01176
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "vue3-smooth-scrollbar",
"repository": {
"type": "git",
"url": "https://github.com/rafalolszewski94/vue3-smooth-scrollbar.git"
},
"version": "0.1.0",
"private": true,
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --target lib --name vue3-smooth-scrollbar src/SmoothScrollbar.vue",
Expand Down

0 comments on commit aa01176

Please sign in to comment.