Skip to content

Commit c3438a6

Browse files
committed
Update package.json
1 parent c9c8d1f commit c3438a6

File tree

2 files changed

+28
-19
lines changed

2 files changed

+28
-19
lines changed

package-lock.json

Lines changed: 13 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
{
22
"name": "postcss-doodle",
3+
"version": "0.1.0",
4+
"description": "PostCSS plugin that enables the use of css-doodle generators",
35
"type": "module",
46
"scripts": {
57
"test": "node --test test/*.test.js"
68
},
7-
"devDependencies": {
8-
"css-doodle": "^0.32.1",
9-
"postcss": "^8.4.20",
10-
"postcss-value-parser": "^4.2.0"
11-
},
12-
"version": "0.1.0",
139
"main": "src/index.js",
1410
"exports": {
1511
".": {
@@ -19,10 +15,19 @@
1915
},
2016
"./package.json": "./package.json"
2117
},
22-
"directories": {
23-
"test": "test"
18+
"devDependencies": {
19+
"css-doodle": "^0.32.1",
20+
"postcss": "^8.4.20",
21+
"postcss-value-parser": "^4.2.0"
22+
},
23+
"repository": {
24+
"type": "git",
25+
"url": "git+https://github.com/css-doodle/postcss-doodle.git"
26+
},
27+
"funding": {
28+
"type": "opencollective",
29+
"url": "https://opencollective.com/css-doodle"
2430
},
2531
"author": "yuanchuan",
26-
"license": "MIT",
27-
"description": "PostCSS plugin that enables the use of css-doodle generators"
32+
"license": "MIT"
2833
}

0 commit comments

Comments
 (0)