tailwindcss 0.0.0-oxide-insiders.ed8ff92 → 0.0.0-oxide-insiders.c8e484c
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tailwindcss",
|
|
3
|
-
"version": "0.0.0-oxide-insiders.
|
|
3
|
+
"version": "0.0.0-oxide-insiders.c8e484c",
|
|
4
4
|
"description": "A utility-first CSS framework for rapidly building custom user interfaces.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
"dev": "concurrently -n tailwind,oxide-node -c green,yellow 'npm run dev:js' 'npm run dev:rust'",
|
|
24
24
|
"build": "npm run build:rust && npm run build:js && npm run build:peers",
|
|
25
25
|
"test": "jest",
|
|
26
|
+
"test:integrations": "npm run test -w ./integrations",
|
|
26
27
|
"style": "eslint .",
|
|
27
28
|
"prepublishOnly": "npm install --force && npm run build && npm run generate:types",
|
|
28
29
|
"dev:rust": "npm run --prefix ./oxide dev:node",
|
|
@@ -69,7 +70,7 @@
|
|
|
69
70
|
"postcss": "^8.0.9"
|
|
70
71
|
},
|
|
71
72
|
"dependencies": {
|
|
72
|
-
"@tailwindcss/oxide": "0.0.0-oxide-insiders.
|
|
73
|
+
"@tailwindcss/oxide": "0.0.0-oxide-insiders.c8e484c",
|
|
73
74
|
"arg": "^5.0.2",
|
|
74
75
|
"browserslist": "^4.21.4",
|
|
75
76
|
"chokidar": "^3.5.3",
|