Skip to content

Commit

Permalink
pump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JensDll committed Jun 3, 2022
1 parent 3b0d0e1 commit a6934e4
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 323 deletions.
70 changes: 35 additions & 35 deletions packages/tailwindcss-plugin-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
{
"name": "tailwindcss-plugin-icons",
"version": "1.0.5",
"description": "Tailwind CSS icons with classes",
"license": "MIT",
"author": {
"name": "Jens Döllmann",
"email": "jens@doellmann.com",
"url": "https://github.com/JensDll"
},
"repository": {
"type": "git",
"url": "https://github.com/JensDll/tailwindcss-plugin-icons",
"directory": "packages/tailwindcss-plugin-icons"
},
"keywords": [
"tailwindcss",
"plugin",
"icons"
],
"sideEffects": false,
"exports": {
".": {
"require": "./index.cjs",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
"main": "./index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"peerDependencies": {
"tailwindcss": "3.x"
}
}
{
"name": "tailwindcss-plugin-icons",
"version": "1.0.6",
"description": "Tailwind CSS icons with classes",
"license": "MIT",
"author": {
"name": "Jens Döllmann",
"email": "jens@doellmann.com",
"url": "https://github.com/JensDll"
},
"repository": {
"type": "git",
"url": "https://github.com/JensDll/tailwindcss-plugin-icons",
"directory": "packages/tailwindcss-plugin-icons"
},
"keywords": [
"tailwindcss",
"plugin",
"icons"
],
"sideEffects": false,
"exports": {
".": {
"require": "./index.cjs",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
"main": "./index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"peerDependencies": {
"tailwindcss": "3.x"
}
}
Loading

0 comments on commit a6934e4

Please sign in to comment.