Skip to content

Commit a607b8b

Browse files
Modifications to package.json
1 parent 36a8f60 commit a607b8b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "crowdhandler-sdk",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "",
55
"homepage": "https://www.crowdhandler.com",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/Crowdhandler/crowdhandler-javascript-sdk"
8+
"url": "git+https://github.com/Crowdhandler/crowdhandler-javascript-sdk.git"
99
},
1010
"files": [
1111
"dist/**"
@@ -20,7 +20,7 @@
2020
"build:rollup": "rollup -c",
2121
"build:legacy": "tsc",
2222
"check:circular": "madge --circular --extensions ts src/",
23-
"publish": "npm run build && npm publish --access public",
23+
"release": "npm run build && npm publish --access public",
2424
"test": "jest --coverage",
2525
"test:watch": "jest --watch",
2626
"test:server": "node test/local-server/server.js",

0 commit comments

Comments
 (0)