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 6bd21b9 commit bc857a2Copy full SHA for bc857a2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ts-node",
3
- "version": "0.1.2",
+ "version": "0.2.0",
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.1.2'
+export const VERSION = '0.2.0'
16
17
18
* Extensions to compile using TypeScript.
0 commit comments