mirror of
https://github.com/bcomnes/deploy-to-neocities.git
synced 2026-03-29 01:31:35 +00:00
Fix semver ranges for runtime deps
This commit is contained in:
2
index.js
2
index.js
@@ -3,7 +3,7 @@ const core = require('@actions/core')
|
|||||||
const Neocities = require('async-neocities')
|
const Neocities = require('async-neocities')
|
||||||
const path = require('path')
|
const path = require('path')
|
||||||
const ms = require('ms')
|
const ms = require('ms')
|
||||||
const assert = require('nanoassert')
|
const assert = require('webassert')
|
||||||
const fsp = require('fs').promises
|
const fsp = require('fs').promises
|
||||||
|
|
||||||
async function doDeploy () {
|
async function doDeploy () {
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
"@actions/core": "1.2.4",
|
"@actions/core": "1.2.4",
|
||||||
"async-neocities": "1.1.6",
|
"async-neocities": "1.1.6",
|
||||||
"ms": "^2.1.2",
|
"ms": "^2.1.2",
|
||||||
"nanoassert": "^2.0.0"
|
"webassert": "^3.0.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"auto-changelog": "^2.0.0",
|
"auto-changelog": "^2.0.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user