Skip to content

Commit f936dfe

Browse files
authored
chore: merge pull request #23 from threeal/prerelease-0.2.0
Version 0.2.0 Release Preparation
2 parents fcdd6f2 + 99a50e9 commit f936dfe

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-rank",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Retrieve the Google search ranking of your website for specific keywords ",
55
"keywords": [
66
"cli",
@@ -11,7 +11,7 @@
1111
"google-search",
1212
"search-ranking"
1313
],
14-
"homepage": "https://github.com/threeal/google-rank",
14+
"homepage": "https://github.com/threeal/google-rank#readme",
1515
"bugs": {
1616
"url": "https://github.com/threeal/google-rank/issues",
1717
"email": "[email protected]"
@@ -24,10 +24,7 @@
2424
"bin": {
2525
"google-rank": "lib/google-rank.js"
2626
},
27-
"repository": {
28-
"type": "git",
29-
"url": "git+https://github.com/threeal/google-rank.git"
30-
},
27+
"repository": "github:threeal/google-rank.git",
3128
"scripts": {
3229
"build": "dev build && chmod-cli lib/google-rank.js -m 0o777",
3330
"clean": "dev clean",

0 commit comments

Comments
 (0)