Skip to content

Commit

Permalink
Fix gitignore. Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kulshekhar committed Dec 1, 2016
1 parent 6912b06 commit d430d60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,3 @@ jspm_packages

.vscode
.idea
**/node_modules
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-jest",
"version": "17.0.2",
"version": "17.0.3",
"main": "index.js",
"types": "./dist/index.d.ts",
"description": "A preprocessor with sourcemap support to help use Typescript with Jest",
Expand Down Expand Up @@ -85,4 +85,4 @@
"rimraf": "latest",
"doctoc": "latest"
}
}
}
1 change: 1 addition & 0 deletions tests/use-strict/node_modules/ts-jest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d430d60

Please sign in to comment.