mirror of
https://github.com/bcomnes/deploy-to-neocities.git
synced 2026-03-24 07:41:37 +00:00
Compare commits
9 Commits
5602e1599b
...
95f112096f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
95f112096f | ||
|
|
23447f4b72 | ||
|
|
2a1431c376 | ||
|
|
1fd14668f3 | ||
|
|
cac6849434 | ||
|
|
b800650048 | ||
|
|
76d5477100 | ||
|
|
4ec1baf3c0 | ||
|
|
4ab752ab5d |
2
index.js
2
index.js
@@ -1,4 +1,4 @@
|
|||||||
import core from '@actions/core'
|
import * as core from '@actions/core'
|
||||||
import {
|
import {
|
||||||
NeocitiesAPIClient,
|
NeocitiesAPIClient,
|
||||||
printDeployText,
|
printDeployText,
|
||||||
|
|||||||
@@ -7,15 +7,15 @@
|
|||||||
"url": "https://github.com/bcomnes/deploy-to-neocities/issues"
|
"url": "https://github.com/bcomnes/deploy-to-neocities/issues"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "2.0.3",
|
"@actions/core": "3.0.0",
|
||||||
"async-neocities": "4.1.2",
|
"async-neocities": "4.1.2",
|
||||||
"minimatch": "10.2.3"
|
"minimatch": "10.2.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@domstack/static": "^11.0.2",
|
"@domstack/static": "^11.0.2",
|
||||||
"@voxpelli/tsconfig": "^16.1.0",
|
"@voxpelli/tsconfig": "^16.1.0",
|
||||||
"auto-changelog": "^2.0.0",
|
"auto-changelog": "^2.0.0",
|
||||||
"c8": "^10.0.0",
|
"c8": "^11.0.0",
|
||||||
"esbuild": "~0.27.1",
|
"esbuild": "~0.27.1",
|
||||||
"gh-release": "^7.0.0",
|
"gh-release": "^7.0.0",
|
||||||
"neostandard": "^0.12.0",
|
"neostandard": "^0.12.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user