File tree Expand file tree Collapse file tree 7 files changed +72
-335
lines changed
packages/@tailwindcss-standalone Expand file tree Collapse file tree 7 files changed +72
-335
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ### Changed
11+
12+ - Remove the ` postinstall ` script from oxide ([ #19149 ] )(https://github.com/tailwindlabs/tailwindcss/pull/19149 )
13+
1014### Added
1115
1216- _ Experimental_ : Add ` @container-size ` utility ([ #18901 ] ( https://github.com/tailwindlabs/tailwindcss/pull/18901 ) )
Original file line number Diff line number Diff line change 3232 }
3333 },
3434 "license" : " MIT" ,
35- "dependencies" : {
36- "tar" : " ^7.5.1" ,
37- "detect-libc" : " ^2.0.4"
38- },
3935 "devDependencies" : {
4036 "@napi-rs/cli" : " ^3.3.0" ,
4137 "@napi-rs/wasm-runtime" : " ^1.0.7" ,
4642 },
4743 "files" : [
4844 " index.js" ,
49- " index.d.ts" ,
50- " scripts/install.js"
45+ " index.d.ts"
5146 ],
5247 "publishConfig" : {
5348 "provenance" : true ,
6156 "postbuild:wasm" : " node ./scripts/move-artifacts.mjs" ,
6257 "dev" : " cargo watch --quiet --shell 'npm run build'" ,
6358 "build:debug" : " napi build --platform" ,
64- "version" : " napi version" ,
65- "postinstall" : " node ./scripts/install.js"
59+ "version" : " napi version"
6660 },
6761 "optionalDependencies" : {
6862 "@tailwindcss/oxide-android-arm64" : " workspace:*" ,
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4343 "@parcel/watcher-linux-x64-musl" : " ^2.5.1" ,
4444 "@parcel/watcher-win32-x64" : " ^2.5.1" ,
4545 "@types/bun" : " ^1.2.22" ,
46- "bun" : " ^1.2.22 " ,
46+ "bun" : " ^1.3.0 " ,
4747 "lightningcss-darwin-arm64" : " catalog:" ,
4848 "lightningcss-darwin-x64" : " catalog:" ,
4949 "lightningcss-linux-arm64-gnu" : " catalog:" ,
Original file line number Diff line number Diff line change 1818 "devDependencies" : {
1919 "@types/react" : " ^19.2.2" ,
2020 "@types/react-dom" : " ^19.2.1" ,
21- "bun" : " ^1.2.22 " ,
21+ "bun" : " ^1.3.0 " ,
2222 "vite" : " catalog:"
2323 }
2424}
You can’t perform that action at this time.
0 commit comments