fix overflow, add editor settings
Signed-off-by: Rachel <508861+Ryex@users.noreply.github.com>
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/ryex/ic10emu#readme",
|
||||
"devDependencies": {
|
||||
"@oneidentity/zstd-js": "^1.0.3",
|
||||
"copy-webpack-plugin": "^12.0.2",
|
||||
"hello-wasm-pack": "^0.1.0",
|
||||
"ts-loader": "^9.5.1",
|
||||
@@ -35,8 +36,9 @@
|
||||
"dependencies": {
|
||||
"ace-code": "^1.32.7",
|
||||
"ace-linters": "^1.1.1",
|
||||
"uuid": "^9.0.1",
|
||||
"ic10emu_wasm": "file:../ic10emu_wasm/pkg",
|
||||
"ic10lsp_wasm": "file:../ic10lsp_wasm/pkg"
|
||||
"ic10lsp_wasm": "file:../ic10lsp_wasm/pkg",
|
||||
"lzma-web": "^3.0.1",
|
||||
"uuid": "^9.0.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user