Skip to content

Commit 6b5b347

Browse files
squash!
1 parent 44d7893 commit 6b5b347

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.12
2+
3+
- Cleanup
4+
15
## 0.0.11
26

37
- Cleanup

package.json

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
{
22
"name": "@yesmaintain/script",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"private": false,
55
"description": "Maintains GitHub repositories. 🔧",
6-
"homepage": "https://github.com/YesMaintain/NPM#readme",
6+
"homepage": "https://github.com/YesMaintain/NPMScript#readme",
77
"bugs": {
8-
"url": "https://github.com/YesMaintain/NPM/issues"
8+
"url": "https://github.com/YesMaintain/NPMScript/issues"
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/YesMaintain/NPM.git",
13-
"directory": "Script"
12+
"url": "git+https://github.com/YesMaintain/NPMScript.git"
1413
},
1514
"license": "SEE LICENSE IN LICENSE",
1615
"author": {
@@ -43,7 +42,7 @@
4342
"@types/pacote": "11.1.8",
4443
"esbuild": "0.20.0",
4544
"esbuild-plugin-copy": "2.1.1",
46-
"typescript-esbuild": "0.3.8"
45+
"typescript-esbuild": "0.3.9"
4746
},
4847
"publishConfig": {
4948
"access": "public"

0 commit comments

Comments
 (0)