File tree Expand file tree Collapse file tree 5 files changed +17
-280
lines changed Expand file tree Collapse file tree 5 files changed +17
-280
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.
You can’t perform that action at this time.
0 commit comments