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 a4723c4 commit 16a6962Copy full SHA for 16a6962
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ts-node",
3
- "version": "0.2.5",
+ "version": "0.3.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.2.5'
+export const VERSION = '0.3.0'
16
17
18
* Extensions to compile using TypeScript.
0 commit comments