Move all files to tailwindcss-plugin-jest/
This commit is contained in:
parent
9935d675e3
commit
d4a1c1ddea
7 changed files with 0 additions and 0 deletions
26
tailwindcss-plugin-jest/package.json
Normal file
26
tailwindcss-plugin-jest/package.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"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": "^24.7.1",
|
||||
"jest-matcher-css": "^1.0.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"postcss": "^7.0.14",
|
||||
"tailwindcss": "^1.0.1"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue