Skip to content

Commit 1453ec0

Browse files
author
Andrii Kirmas
committed
#43 Uninstall older tsc-s because bin conflict should be resolved
1 parent 52fe20c commit 1453ec0

File tree

3 files changed

+2
-26
lines changed

3 files changed

+2
-26
lines changed

__recipes__/package-lock.json

Lines changed: 0 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 0 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
"postcompile": "./postcompile.sh",
4242
"spec": "cd __recipes__ && npm run test --",
4343
"setup": "git config include.path ../.gitconfig && git-hooks-wrapper init",
44-
"jest": "jest --runInBand"
44+
"jest": "jest --runInBand",
45+
"tsc": "tsc"
4546
},
4647
"private": false,
4748
"main": "./dist/index.js",
@@ -81,8 +82,6 @@
8182
"np": "^7.3.0",
8283
"react": "^17.0.1",
8384
"react-dom": "^17.0.1",
84-
"ts-4.0": "npm:typescript@4.0.7",
85-
"ts-4.1": "npm:typescript@4.1.5",
8685
"ts-jest": "^26.5.0",
8786
"typescript": "^4.2.3"
8887
}

0 commit comments

Comments
 (0)