We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3039ef3 commit fde77caCopy full SHA for fde77ca
3 files changed
appveyor.yml
@@ -21,9 +21,7 @@ install:
21
- ps: Install-Product node $env:nodejs_version
22
- set CI=true
23
- set AppVeyor=true
24
- - npm i -g npm@5.3 tslint #TODO restore to npm@latest when npm stops breaking builds https://github.com/npm/npm/issues/18380
25
- - set PATH=%APPDATA%\npm;%PATH%
26
- - npm install
+ - yarn
27
28
build: off
29
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ts-jest",
3
- "version": "21.0.0",
+ "version": "21.0.1",
4
"main": "index.js",
5
"types": "./dist/index.d.ts",
6
"description": "A preprocessor with sourcemap support to help use Typescript with Jest",
0 commit comments