We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c4fcab + 22873e2 commit 97f7c88Copy full SHA for 97f7c88
README.md
@@ -31,7 +31,7 @@ We use [docsify](https://docsify.js.org/) to serve the documentation landing pag
31
### Publishing
32
33
```bash
34
-npm version
+npm version (patch|minor|major) # chose the right version bump based on the changes, see https://semver.org
35
# after merging the new version to master
36
npm login
37
npm publish
package.json
@@ -6,7 +6,10 @@
6
"files": [
7
"dist/"
8
],
9
- "repository": "https://github.com/moneytree/mt-link-javascript-sdk",
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/moneytree/mt-link-javascript-sdk.git"
12
+ },
13
"author": "Moneytree",
14
"license": "MIT",
15
"scripts": {
0 commit comments