update package.json
This commit is contained in:
+3
-7
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@auggie2lbcf/podcast-rss-generator",
|
"name": "podcast-rss-generator",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"description": "A simple and flexible podcast rss builder for Node.js",
|
"description": "A simple and flexible podcast rss builder for Node.js",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
@@ -41,8 +41,4 @@
|
|||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"jest": "^30.0.0"
|
"jest": "^30.0.0"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
|
||||||
"access": "public",
|
|
||||||
"registry": "https://npm.pkg.github.com"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user