Skip to content

Commit 817ddf4

Browse files
committed
package publish test
1 parent e69778c commit 817ddf4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "githubpackagetest",
33
"version": "1.0.0",
4-
"description": "",
4+
"description": "test",
55
"main": "index.js",
66
"scripts": {
77
"test": "exit 0"
@@ -10,7 +10,7 @@
1010
"type": "git",
1111
"url": "git+https://github.com/TianlongLiang/GithubPackageTest.git"
1212
},
13-
"author": "",
13+
"author": "TianlongLiang",
1414
"license": "ISC",
1515
"bugs": {
1616
"url": "https://github.com/TianlongLiang/GithubPackageTest/issues"
@@ -19,4 +19,4 @@
1919
"publishConfig": {
2020
"TianlongLiang:registry": "https://npm.pkg.github.com"
2121
}
22-
}
22+
}

0 commit comments

Comments
 (0)