Skip to content

Commit 56256c7

Browse files
committed
Use global git ignore
1 parent c412bc0 commit 56256c7

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
- name: Deploy Rust to GitHub Pages
1717
uses: valkyrie-language/[email protected]
1818
with:
19-
config: .config/Publish.toml
19+
config: .config/RustPublish.toml

projects/publish-wasm32-wasi/package.json

+1-20
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,6 @@
11
{
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",
143
"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": {},
234
"dependencies": {
245
"@actions/core": "^1.11.1",
256
"@bytecodealliance/preview2-shim": "^0.17.1"

0 commit comments

Comments
 (0)