Skip to content

Commit 97f7c88

Browse files
authored
Merge pull request #170 from moneytree/minor-fixes
minor fixes
2 parents 7c4fcab + 22873e2 commit 97f7c88

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ We use [docsify](https://docsify.js.org/) to serve the documentation landing pag
3131
### Publishing
3232

3333
```bash
34-
npm version
34+
npm version (patch|minor|major) # chose the right version bump based on the changes, see https://semver.org
3535
# after merging the new version to master
3636
npm login
3737
npm publish

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
"files": [
77
"dist/"
88
],
9-
"repository": "https://github.com/moneytree/mt-link-javascript-sdk",
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/moneytree/mt-link-javascript-sdk.git"
12+
},
1013
"author": "Moneytree",
1114
"license": "MIT",
1215
"scripts": {

0 commit comments

Comments
 (0)