mirror of
https://github.com/timheuer/base64-to-file
synced 2024-12-07 04:38:38 +01:00
Modified version
This commit is contained in:
parent
940b03f02a
commit
adaa40c0c5
2 changed files with 4 additions and 4 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "base64-to-file",
|
||||
"version": "1.2.3",
|
||||
"version": "1.2.4",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "base64-to-file",
|
||||
"version": "1.2.3",
|
||||
"version": "1.2.4",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.10.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "base64-to-file",
|
||||
"version": "1.2.3",
|
||||
"version": "1.2.4",
|
||||
"description": "base64 encoded string to a file",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
@ -33,4 +33,4 @@
|
|||
"eslint": "^6.3.0",
|
||||
"jest": "^24.9.0"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue