mirror of
https://github.com/bcomnes/deploy-to-neocities.git
synced 2026-03-24 15:51:36 +00:00
Compare commits
11 Commits
5602e1599b
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6c3a42116a | ||
|
|
b8a7e04a87 | ||
|
|
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 {
|
||||
NeocitiesAPIClient,
|
||||
printDeployText,
|
||||
|
||||
@@ -7,18 +7,18 @@
|
||||
"url": "https://github.com/bcomnes/deploy-to-neocities/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/core": "2.0.3",
|
||||
"@actions/core": "3.0.0",
|
||||
"async-neocities": "4.1.2",
|
||||
"minimatch": "10.2.3"
|
||||
"minimatch": "10.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@domstack/static": "^11.0.2",
|
||||
"@voxpelli/tsconfig": "^16.1.0",
|
||||
"auto-changelog": "^2.0.0",
|
||||
"c8": "^10.0.0",
|
||||
"c8": "^11.0.0",
|
||||
"esbuild": "~0.27.1",
|
||||
"gh-release": "^7.0.0",
|
||||
"neostandard": "^0.12.0",
|
||||
"neostandard": "^0.13.0",
|
||||
"npm-run-all2": "^8.0.1",
|
||||
"typescript": "~5.9.3"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user