Commit 56256c7 1 parent c412bc0 commit 56256c7 Copy full SHA for 56256c7
File tree 2 files changed +2
-21
lines changed
projects/publish-wasm32-wasi
2 files changed +2
-21
lines changed Original file line number Diff line number Diff line change 16
16
- name : Deploy Rust to GitHub Pages
17
17
uses :
valkyrie-language/[email protected]
18
18
with :
19
- config : .config/Publish .toml
19
+ config : .config/RustPublish .toml
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @valkyrie-language/rust-publish" ,
3
- "version" : " 0.0.0" ,
4
- "description" : " Legion package manager CLI" ,
5
- "license" : " UNLICENSED" ,
6
- "repository" : {
7
- "type" : " git" ,
8
- "url" : " git+https://github.com/valkyrie-language/legion.rs.git" ,
9
- "directory" : " projects/legion-wasm32-wasi"
10
- },
11
- "bin" : {
12
- "rust-publish" : " rust-publish.js"
13
- },
2
+ "private" : " true" ,
14
3
"type" : " module" ,
15
- "main" : " src/index.js" ,
16
- "types" : " src/index.d.js" ,
17
- "typings" : " src/index.d.js" ,
18
- "publishConfig" : {
19
- "access" : " public" ,
20
- "registry" : " https://registry.npmjs.org/"
21
- },
22
- "scripts" : {},
23
4
"dependencies" : {
24
5
"@actions/core" : " ^1.11.1" ,
25
6
"@bytecodealliance/preview2-shim" : " ^0.17.1"
You can’t perform that action at this time.
0 commit comments