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