mirror of
https://github.com/actions/http-client.git
synced 2025-02-24 16:22:28 +00:00
readme
This commit is contained in:
parent
afbe13ca2c
commit
0f3ac5564f
@ -1,6 +1,6 @@
|
||||
|
||||
<p align="center">
|
||||
<img src="res/actions.png">
|
||||
<img src="actions.png">
|
||||
</p>
|
||||
|
||||
# Actions Http-Client
|
||||
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "http-client",
|
||||
"version": "0.5.0",
|
||||
"version": "1.0.0",
|
||||
"description": "Actions Http Client",
|
||||
"main": "index.js",
|
||||
"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"
|
||||
},
|
||||
"repository": {
|
||||
|
Loading…
Reference in New Issue
Block a user