mirror of
https://github.com/actions/http-client.git
synced 2025-04-21 17:52:29 +00:00
readme
This commit is contained in:
parent
afbe13ca2c
commit
0f3ac5564f
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="res/actions.png">
|
<img src="actions.png">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
# Actions Http-Client
|
# Actions Http-Client
|
||||||
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "http-client",
|
"name": "http-client",
|
||||||
"version": "0.5.0",
|
"version": "1.0.0",
|
||||||
"description": "Actions Http Client",
|
"description": "Actions Http Client",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "rm -Rf ./_out && tsc && cp package*.json ./_out && cp *.md ./_out && cp LICENSE ./_out",
|
"build": "rm -Rf ./_out && tsc && cp package*.json ./_out && cp *.md ./_out && cp LICENSE ./_out && cp actions.png ./_out",
|
||||||
"test": "jest"
|
"test": "jest"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
Loading…
Reference in New Issue
Block a user