Skip to content

Commit 278c3ee

Browse files
authored
chore: update license (#192)
* chore: update license on vite workbench app * update cargo toml
1 parent 652485a commit 278c3ee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "0.1.0"
88
edition = "2024"
99
publish = false
1010
authors = ["Pranay Prakash <[email protected]>"]
11-
license = "MIT"
11+
license = "Apache-2.0"
1212
rust-version = "1.87"
1313

1414
[workspace.dependencies]

workbench/vite/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"private": true,
44
"type": "module",
55
"version": "0.0.0",
6+
"license": "Apache-2.0",
67
"scripts": {
78
"dev": "vite dev",
89
"build": "vite build"

0 commit comments

Comments
 (0)