Skip to content

Commit b3e05b5

Browse files
author
guidojo
committed
v2.1.0
1 parent d18c74f commit b3e05b5

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

package.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "mtsc",
3-
"version": "2.0.1",
4-
"description":
5-
"Monorepo solution for multiple typescript projects. Watch multiple typescript compilers concurrently at the same time, without losing output!",
3+
"version": "2.1.0",
4+
"description": "Monorepo solution for multiple typescript projects. Watch multiple typescript compilers concurrently at the same time, without losing output!",
65
"main": "lib/index.js",
76
"scripts": {
87
"prepublish": "yarn build",
@@ -61,10 +60,16 @@
6160
"mtsc": "./bin/mtsc"
6261
},
6362
"jest": {
64-
"moduleFileExtensions": ["ts", "tsx", "js"],
63+
"moduleFileExtensions": [
64+
"ts",
65+
"tsx",
66+
"js"
67+
],
6568
"transform": {
6669
"^.+\\.(ts|tsx)$": "<rootDir>/jest.preprocessor.js"
6770
},
68-
"testMatch": ["**/__tests__/*.(ts|tsx)"]
71+
"testMatch": [
72+
"**/__tests__/*.(ts|tsx)"
73+
]
6974
}
7075
}

0 commit comments

Comments
 (0)