depfu[bot] 07fe8bfe2b
Upgrade rollup: 2.79.1 → 3.10.0 (major) (#10360)
* Update rollup to version 3.10.0

* Update Rollup integrations for Rollup 3

Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: Jonathan Reinink <jonathan@reinink.ca>
2023-01-19 08:23:02 -05:00

21 lines
426 B
JSON

{
"name": "@tailwindcss/integrations-rollup",
"private": true,
"version": "0.0.0",
"scripts": {
"build": "rollup -c",
"test": "jest --runInBand --forceExit"
},
"jest": {
"testTimeout": 10000,
"displayName": "rollup.js",
"setupFilesAfterEnv": [
"<rootDir>/../../jest/customMatchers.js"
]
},
"devDependencies": {
"rollup": "^3.10.0",
"rollup-plugin-postcss": "^4.0.2"
}
}