We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a8774a commit 4dd152eCopy full SHA for 4dd152e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ts-node",
3
- "version": "0.2.4",
+ "version": "0.2.5",
4
"preferGlobal": true,
5
"description": "TypeScript execution environment for node",
6
"main": "dist/ts-node.js",
src/ts-node.ts
@@ -12,7 +12,7 @@ import chalk = require('chalk')
12
/**
13
* Export the current version.
14
*/
15
-export const VERSION = '0.2.4'
+export const VERSION = '0.2.5'
16
17
18
* Extensions to compile using TypeScript.
0 commit comments