Skip to content

Commit

Permalink
feat: use jswork scope
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Nov 13, 2020
1 parent fbb7e62 commit 3171810
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 21 deletions.
5 changes: 5 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"github": {
"release": true
}
}
5 changes: 0 additions & 5 deletions Gemfile

This file was deleted.

14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
## usage
```shell
# 1. install
npm install -g @feizheng/topics2keywords
npm install -g @jswork/topics2keywords

# 2. go to your project
cd ~/github/topics2keywords
Expand All @@ -34,14 +34,14 @@ Options:
## license
Code released under [the MIT license](https://github.com/afeiship/topics2keywords/blob/master/LICENSE.txt).

[version-image]: https://img.shields.io/npm/v/@feizheng/topics2keywords
[version-url]: https://npmjs.org/package/@feizheng/topics2keywords
[version-image]: https://img.shields.io/npm/v/@jswork/topics2keywords
[version-url]: https://npmjs.org/package/@jswork/topics2keywords

[license-image]: https://img.shields.io/npm/l/@feizheng/topics2keywords
[license-image]: https://img.shields.io/npm/l/@jswork/topics2keywords
[license-url]: https://github.com/afeiship/topics2keywords/blob/master/LICENSE.txt

[size-image]: https://img.shields.io/bundlephobia/minzip/@feizheng/topics2keywords
[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/topics2keywords
[size-url]: https://github.com/afeiship/topics2keywords/blob/master/dist/topics2keywords.min.js

[download-image]: https://img.shields.io/npm/dm/@feizheng/topics2keywords
[download-url]: https://www.npmjs.com/package/@feizheng/topics2keywords
[download-image]: https://img.shields.io/npm/dm/@jswork/topics2keywords
[download-url]: https://www.npmjs.com/package/@jswork/topics2keywords
4 changes: 0 additions & 4 deletions Rakefile

This file was deleted.

13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@feizheng/topics2keywords",
"version": "1.0.2",
"name": "@jswork/topics2keywords",
"version": "1.0.0",
"description": "Sync github topics to npm keywords.",
"homepage": "https://github.com/afeiship/topics2keywords",
"author": {
Expand Down Expand Up @@ -28,8 +28,8 @@
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@feizheng/rake-git": "^1.2.1",
"prettier": "^2.1.2"
"prettier": "^2.1.2",
"release-it": "^14.2.1"
},
"keywords": [
"github",
Expand All @@ -44,5 +44,8 @@
"t2k",
"sync",
"tags"
]
],
"scripts": {
"release": "release-it"
}
}

0 comments on commit 3171810

Please sign in to comment.