Skip to content
This repository has been archived by the owner on Jun 27, 2018. It is now read-only.

Commit

Permalink
5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
teppeis committed Mar 29, 2016
1 parent 261509c commit 4502687
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "typescript-simple",
"version": "5.0.0",
"version": "5.0.1",
"description": "Simple API to compile TypeScript code string to JavaScript. That's all!",
"main": "index.js",
"engines": {"node" : ">=0.12"},
"engines": {
"node": ">=0.12"
},
"scripts": {
"test": "npm run build && mocha",
"build": "tsc",
Expand Down

0 comments on commit 4502687

Please sign in to comment.