Skip to content

Commit bf25c15

Browse files
committed
0.1.1
1 parent 8ea8fae commit bf25c15

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

package.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"name": "@yuheiy/postcss-custom-functions",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "PostCSS plugin that allows users to define custom functions using JavaScript.",
5-
"keywords": ["postcss-plugin"],
5+
"keywords": [
6+
"postcss-plugin"
7+
],
68
"homepage": "https://github.com/yuheiy/postcss-custom-functions",
79
"bugs": {
810
"url": "https://github.com/yuheiy/postcss-custom-functions/issues"
@@ -23,7 +25,9 @@
2325
},
2426
"main": "./dist/index.cjs",
2527
"types": "./dist/index.d.ts",
26-
"files": ["dist"],
28+
"files": [
29+
"dist"
30+
],
2731
"scripts": {
2832
"build": "unbuild",
2933
"dev": "unbuild --stub && pnpm run test --watch",

0 commit comments

Comments
 (0)