Skip to content

Commit

Permalink
v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Sep 9, 2015
1 parent 59efe6c commit 5642b8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-node",
"version": "0.0.8",
"version": "0.0.9",
"preferGlobal": true,
"description": "TypeScript execution environment for node",
"main": "dist/typescript-node.js",
Expand Down
2 changes: 1 addition & 1 deletion src/typescript-node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import arrify = require('arrify')
/**
* Export the current version.
*/
export const VERSION = '0.0.8'
export const VERSION = '0.0.9'

/**
* Extensions to compile using TypeScript.
Expand Down

0 comments on commit 5642b8d

Please sign in to comment.