Skip to content

Commit

Permalink
FIX: Fixes from "the big split"
Browse files Browse the repository at this point in the history
  • Loading branch information
nhatcher committed Jan 19, 2025
1 parent fa0b386 commit c88304b
Show file tree
Hide file tree
Showing 10 changed files with 311 additions and 22 deletions.
2 changes: 1 addition & 1 deletion bindings/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.3.0"
authors = ["Nicolas Hatcher <[email protected]>"]
description = "IronCalc Web bindings"
license = "MIT/Apache-2.0"
repository = "https://github.com/ironcalc/web-bindings"
repository = "https://github.com/ironcalc/ironcalc"
edition = "2021"

[lib]
Expand Down
10 changes: 5 additions & 5 deletions webapp/IronCalc/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 7 additions & 5 deletions webapp/IronCalc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "ironcalc",
"private": true,
"version": "0.3.0",
"name": "@ironcalc/workbook",
"version": "0.3.1",
"type": "module",
"main": "./dist/ironcalc.js",
"module": "./dist/ironcalc.js",
Expand All @@ -17,7 +16,7 @@
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@ironcalc/wasm": "file:../../bindings/wasm/pkg",
"@ironcalc/wasm": "^0.3.0",
"@mui/material": "^5.15.15",
"i18next": "^23.11.1",
"lucide-react": "^0.427.0",
Expand All @@ -42,5 +41,8 @@
"@types/react": {
"optional": true
}
}
},
"files": [
"dist"
]
}
2 changes: 2 additions & 0 deletions webapp/IronCalc/package.json.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
"@ironcalc/wasm": "^0.3.0",
"@ironcalc/wasm": "file:../../bindings/wasm/pkg",
Loading

0 comments on commit c88304b

Please sign in to comment.