Skip to content

Commit 50032cb

Browse files
committed
v1.0.1
1 parent a79f27e commit 50032cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diflow",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"bin": {
55
"diflow": "./dist/diflow.js"
66
},
@@ -17,7 +17,7 @@
1717
"LICENSE",
1818
"README.md",
1919
"dist"
20-
],
20+
],
2121
"devDependencies": {
2222
"@types/fs-extra": "^11.0.4",
2323
"@types/jest": "^29.5.12",
@@ -29,9 +29,9 @@
2929
"dependencies": {
3030
"@types/lodash": "^4.17.15",
3131
"commander": "^13.1.0",
32+
"fs-extra": "^11.2.0",
3233
"lodash": "^4.17.21",
3334
"minimatch": "^10.0.1",
34-
"rimraf": "^6.0.1",
35-
"fs-extra": "^11.2.0"
35+
"rimraf": "^6.0.1"
3636
}
3737
}

0 commit comments

Comments
 (0)