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 9b76b92 commit a3be88dCopy full SHA for a3be88d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "typescript-node",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"preferGlobal": true,
5
"description": "TypeScript execution environment for node",
6
"main": "dist/typescript-node.js",
src/typescript-node.ts
@@ -12,7 +12,7 @@ import chalk = require('chalk')
12
/**
13
* Export the current version.
14
*/
15
-export const VERSION = '0.1.1'
+export const VERSION = '0.1.2'
16
17
18
* Extensions to compile using TypeScript.
0 commit comments