Skip to content

Commit 90ed784

Browse files
Created a package.json.
1 parent 574794f commit 90ed784

File tree

5 files changed

+29
-2
lines changed

5 files changed

+29
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/wasm/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "tailwind-oxide-wasm"
3-
version = "0.1.0"
3+
license = "MIT"
4+
version = "4.0.0"
45
edition = "2021"
56

67
[lib]

crates/wasm/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# `@tailwindcss/oxide-wasm`
2+
3+
This is the **wasm32-unknown-unknown** binary for `@tailwindcss/oxide`

crates/wasm/package.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "@tailwindcss/oxide-wasm",
3+
"version": "4.0.0",
4+
"repository": {
5+
"type": "git",
6+
"url": "git+https://github.com/tailwindlabs/tailwindcss.git",
7+
"directory": "crates/wasm"
8+
},
9+
"main": "pkg/tailwindcss_oxide_wasm.js",
10+
"files": [
11+
"pkg/tailwind_oxide_wasm.js",
12+
"pkg/tailwind_oxide_wasm_bg.wasm",
13+
"pkg/tailwind_oxide_wasm.d.ts"
14+
],
15+
"publishConfig": {
16+
"provenance": true,
17+
"access": "public"
18+
},
19+
"license": "MIT",
20+
"engines": {
21+
"node": ">= 10"
22+
}
23+
}
252 KB
Binary file not shown.

0 commit comments

Comments
 (0)