We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ea8fae commit bf25c15Copy full SHA for bf25c15
package.json
@@ -1,8 +1,10 @@
1
{
2
"name": "@yuheiy/postcss-custom-functions",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "PostCSS plugin that allows users to define custom functions using JavaScript.",
5
- "keywords": ["postcss-plugin"],
+ "keywords": [
6
+ "postcss-plugin"
7
+ ],
8
"homepage": "https://github.com/yuheiy/postcss-custom-functions",
9
"bugs": {
10
"url": "https://github.com/yuheiy/postcss-custom-functions/issues"
@@ -23,7 +25,9 @@
23
25
},
24
26
"main": "./dist/index.cjs",
27
"types": "./dist/index.d.ts",
- "files": ["dist"],
28
+ "files": [
29
+ "dist"
30
31
"scripts": {
32
"build": "unbuild",
33
"dev": "unbuild --stub && pnpm run test --watch",
0 commit comments