diff --git a/README.md b/README.md index aa5c66d..d7781d1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

- +

# Actions Http-Client diff --git a/res/actions.png b/actions.png similarity index 100% rename from res/actions.png rename to actions.png diff --git a/package.json b/package.json index 3b54b43..ee72fdf 100644 --- a/package.json +++ b/package.json @@ -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": {