We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36a8f60 commit a607b8bCopy full SHA for a607b8b
1 file changed
package.json
@@ -1,11 +1,11 @@
1
{
2
"name": "crowdhandler-sdk",
3
- "version": "2.1.0",
+ "version": "2.1.1",
4
"description": "",
5
"homepage": "https://www.crowdhandler.com",
6
"repository": {
7
"type": "git",
8
- "url": "https://github.com/Crowdhandler/crowdhandler-javascript-sdk"
+ "url": "git+https://github.com/Crowdhandler/crowdhandler-javascript-sdk.git"
9
},
10
"files": [
11
"dist/**"
@@ -20,7 +20,7 @@
20
"build:rollup": "rollup -c",
21
"build:legacy": "tsc",
22
"check:circular": "madge --circular --extensions ts src/",
23
- "publish": "npm run build && npm publish --access public",
+ "release": "npm run build && npm publish --access public",
24
"test": "jest --coverage",
25
"test:watch": "jest --watch",
26
"test:server": "node test/local-server/server.js",
0 commit comments