Skip to content

Commit 68b47c8

Browse files
committed
Clean up package.json
1 parent 9f4c780 commit 68b47c8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "flat",
3-
"version": "1.2.0",
4-
"description": "The GitHub action which powers data fetching for Flat",
2+
"name": "github-archive-action",
3+
"version": "1.0",
4+
"description": "An action which archives GitHub data into your repository",
55
"main": "index.js",
66
"scripts": {
77
"build": "tsc",
@@ -11,13 +11,13 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "git+https://github.com/githubocto/flat.git"
14+
"url": "git+https://github.com/githubocto/github-archive-action.git"
1515
},
1616
"license": "MIT",
1717
"bugs": {
18-
"url": "https://github.com/githubocto/flat/issues"
18+
"url": "https://github.com/githubocto/github-archive-action/issues"
1919
},
20-
"homepage": "https://github.com/githubocto/flat#readme",
20+
"homepage": "https://github.com/githubocto/github-archive-action#readme",
2121
"dependencies": {
2222
"@actions/core": "^1.2.6",
2323
"@actions/exec": "^1.0.4",
@@ -36,4 +36,4 @@
3636
"ts-jest": "^26.5.2",
3737
"typescript": "^4.1.5"
3838
}
39-
}
39+
}

0 commit comments

Comments
 (0)