Skip to content

Commit fde77ca

Browse files
authored
Bump version to 21.0.1 (#325)
* Bump version to 21.0,1 * Replace npm with yarn in appveyor
1 parent 3039ef3 commit fde77ca

3 files changed

Lines changed: 456 additions & 8 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ install:
2121
- ps: Install-Product node $env:nodejs_version
2222
- set CI=true
2323
- 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
24+
- yarn
2725

2826
build: off
2927

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-jest",
3-
"version": "21.0.0",
3+
"version": "21.0.1",
44
"main": "index.js",
55
"types": "./dist/index.d.ts",
66
"description": "A preprocessor with sourcemap support to help use Typescript with Jest",

0 commit comments

Comments
 (0)