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

Commit

Permalink
Merge pull request #36 from teppeis/ts-1.8
Browse files Browse the repository at this point in the history
chore(package): update to [email protected]
  • Loading branch information
teppeis committed Feb 24, 2016
2 parents ce64162 + f1fdc77 commit c4f1bc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "4.1.2",
"description": "Simple API to compile TypeScript code string to JavaScript. That's all!",
"main": "index.js",
"engines": {"node" : ">=0.12"},
"scripts": {
"test": "npm run build && mocha",
"build": "tsc",
Expand All @@ -22,7 +23,7 @@
},
"homepage": "https://github.com/teppeis/typescript-simple",
"dependencies": {
"typescript": "~1.7.5"
"typescript": "^1.8.2"
},
"devDependencies": {
"mocha": "^2.4.5"
Expand Down

0 comments on commit c4f1bc7

Please sign in to comment.