We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a354d commit 535cbffCopy full SHA for 535cbff
packages/mst-async-task/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mst-async-task",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"description": "Manage the lifecycles of asynchronous flows in Mobx-State-Tree",
5
"main": "dist/mst-async-task.js",
6
"umd:main": "dist/mst-async-task.umd.js",
@@ -54,14 +54,13 @@
54
"rollup": "^2.38.4",
55
"rollup-plugin-commonjs": "^10.1.0",
56
"rollup-plugin-node-resolve": "^5.2.0",
57
+ "shx": "^0.3.3",
58
"ts-jest": "^26.5.0",
59
"typescript": "^4.1.3"
60
},
61
"jest": {
62
"preset": "ts-jest",
63
"testRegex": "(/__tests__/.*.test)\\.ts?$"
64
- "dependencies": {
65
- "shx": "^0.3.3"
66
- }
+ "dependencies": {}
67
}
0 commit comments