tailwindcss-plugin-jest-exa.../package.json
dependabot-preview[bot] 3a4fe4d3e6
Bump jest from 24.9.0 to 25.1.0
Bumps [jest](https://github.com/facebook/jest) from 24.9.0 to 25.1.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v24.9.0...v25.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-22 06:14:18 +00:00

27 lines
542 B
JSON

{
"name": "tailwindcss-plugin-jest-example",
"version": "0.1.0",
"description": "An example showing how to write tests for for Tailwind CSS plugins.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"keywords": [
"tailwindcss",
"jest"
],
"author": {
"name": "Oliver Davies",
"url": "https://www.oliverdavies.uk"
},
"license": "MIT",
"devDependencies": {
"jest": "^25.1.0",
"jest-matcher-css": "^1.0.3"
},
"dependencies": {
"postcss": "^7.0.14",
"tailwindcss": "^1.0.1"
}
}