add ability to authenticate to registry
This commit is contained in:
15
package.json
15
package.json
@@ -1,15 +1,16 @@
|
||||
{
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"prepare": "ncc build index.js -o dist --source-map --license licenses.txt",
|
||||
"all": "npm run lint && npm run prepare"
|
||||
"lint": "eslint .",
|
||||
"prepare": "ncc build index.js -o dist --source-map --license licenses.txt",
|
||||
"all": "npm run lint && npm run prepare"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.10.0"
|
||||
"@actions/core": "^1.10.0",
|
||||
"form-urlencoded": "^6.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vercel/ncc": "^0.36.1",
|
||||
"eslint": "^8.37.0"
|
||||
"@vercel/ncc": "^0.36.1",
|
||||
"eslint": "^8.37.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user