Skip to content

Commit ff1a4dd

Browse files
committed
Fix package files
1 parent 2475a89 commit ff1a4dd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-doodle/cli",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "A command-line tool for css-doodle to preview and generate images",
55
"bin": {
66
"css-doodle": "bin/index.js",
@@ -22,7 +22,7 @@
2222
],
2323
"files": [
2424
"bin",
25-
"src"
25+
"lib"
2626
],
2727
"author": "yuanchuan",
2828
"license": "MIT",

0 commit comments

Comments
 (0)