Skip to content

Commit

Permalink
add repository url to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vzickner committed Nov 1, 2023
1 parent d97e2c3 commit 9942a01
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 @@ -7,6 +7,10 @@
"author": "Flowable",
"license": "Apache-2.0",
"type": "commonjs",
"repository": {
"type": "git",
"url": "https://github.com/flowable/flowable-external-client-js"
},
"scripts": {
"build": "rollup -c rollup.config.js --bundleConfigAsCjs",
"test": "jest"
Expand Down

0 comments on commit 9942a01

Please sign in to comment.