Skip to content

Commit 535cbff

Browse files
committed
moved shx to devDependencies
1 parent 66a354d commit 535cbff

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

packages/mst-async-task/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mst-async-task",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Manage the lifecycles of asynchronous flows in Mobx-State-Tree",
55
"main": "dist/mst-async-task.js",
66
"umd:main": "dist/mst-async-task.umd.js",
@@ -54,14 +54,13 @@
5454
"rollup": "^2.38.4",
5555
"rollup-plugin-commonjs": "^10.1.0",
5656
"rollup-plugin-node-resolve": "^5.2.0",
57+
"shx": "^0.3.3",
5758
"ts-jest": "^26.5.0",
5859
"typescript": "^4.1.3"
5960
},
6061
"jest": {
6162
"preset": "ts-jest",
6263
"testRegex": "(/__tests__/.*.test)\\.ts?$"
6364
},
64-
"dependencies": {
65-
"shx": "^0.3.3"
66-
}
65+
"dependencies": {}
6766
}

0 commit comments

Comments
 (0)