mirror of
https://github.com/tauri-apps/rustdocusaurus.git
synced 2026-02-04 10:41:19 +01:00
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.4 to 1.9.1. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
15 lines
279 B
JSON
15 lines
279 B
JSON
{
|
|
"name": "rustdocusaurus-action",
|
|
"license": "MIT",
|
|
"version": "1.0.2",
|
|
"private": true,
|
|
"scripts": {
|
|
"run-source": "node index.js",
|
|
"build": "ncc build index.js -o dist"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^1.9.1",
|
|
"@zeit/ncc": "^0.22.3"
|
|
}
|
|
}
|