Skip to content

Commit

Permalink
Update package.json to include the repository (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-rr authored Mar 15, 2023
1 parent ebfd56c commit a14c3c4
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 @@ -12,6 +12,10 @@
],
"author": "Microsoft",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/powerbi-visuals-webpack-plugin.git"
},
"scripts": {
"test": "mocha test/*.test.js",
"pretty": "prettier --loglevel warn --write \"*.js\"",
Expand Down

0 comments on commit a14c3c4

Please sign in to comment.