Skip to content

Commit fdbaa12

Browse files
author
guidojo
committed
v1.2.1
1 parent c3e13e5 commit fdbaa12

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": "1.2.0",
4-
"description":
5-
"Monorepo solution for multiple typescript projects. Watch multiple typescript compilers concurrently at the same time, without losing output!",
3+
"version": "1.2.1",
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",
@@ -62,10 +61,16 @@
6261
"mtsc": "./bin/mtsc"
6362
},
6463
"jest": {
65-
"moduleFileExtensions": ["ts", "tsx", "js"],
64+
"moduleFileExtensions": [
65+
"ts",
66+
"tsx",
67+
"js"
68+
],
6669
"transform": {
6770
"^.+\\.(ts|tsx)$": "<rootDir>/jest.preprocessor.js"
6871
},
69-
"testMatch": ["**/__tests__/*.(ts|tsx)"]
72+
"testMatch": [
73+
"**/__tests__/*.(ts|tsx)"
74+
]
7075
}
7176
}

0 commit comments

Comments
 (0)