Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Jun 15, 2023
1 parent 89c8cba commit 07d1458
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .npmignore

This file was deleted.

10 changes: 10 additions & 0 deletions History.md
@@ -1,4 +1,14 @@

1.0.2 / 2023-06-15
==================

**fixes**
* [[`3ba325d`](http://github.com/repo-utils/giturl/commit/3ba325d7cd56ab0a3e037edf2e91398ccbfc996b)] - fix: use origin http protocol (#16) (Haoliang Gao <<sakura9515@gmail.com>>)

**others**
* [[`89c8cba`](http://github.com/repo-utils/giturl/commit/89c8cba9fbd98e73d9d889700a5e5e4c5ae56b78)] - test: run test on github ci (#17) (fengmk2 <<fengmk2@gmail.com>>)
* [[`be30f17`](http://github.com/repo-utils/giturl/commit/be30f17bf780492b75502d470f440d1de2a9e28f)] - update https://registry.npm.taobao.org to https://registry.npmmirror.com (#15) (NPM Mirror Bot <<99484857+npmmirror@users.noreply.github.com>>)

1.0.1 / 2018-12-12
==================

Expand Down
14 changes: 5 additions & 9 deletions package.json
@@ -1,21 +1,17 @@
{
"name": "giturl",
"version": "1.0.1",
"version": "1.0.2",
"description": "Transfer git url to web url",
"main": "index.js",
"files": [
"lib",
"index.js"
],
"scripts": {
"test": "mocha test/*.test.js",
"ci": "c8 -r text -r lcov npm test",
"contributor": "git-contributor"
},
"config": {
"blanket": {
"pattern": "giturl/lib"
},
"travis-cov": {
"threshold": 100
}
},
"dependencies": {},
"devDependencies": {
"c8": "^8.0.0",
Expand Down

0 comments on commit 07d1458

Please sign in to comment.