Comparing version 0.0.2 to 1.0.0
{ | ||
"name": "babelts", | ||
"version": "0.0.2", | ||
"version": "1.0.0", | ||
"description": "Run TypeScript code with Babel.", | ||
@@ -29,4 +29,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@babel/core": "^7.6.2", | ||
"@babel/preset-env": "^7.6.2", | ||
"@babel/core": "^7.6.4", | ||
"@babel/preset-env": "^7.6.3", | ||
"@babel/preset-typescript": "^7.6.0", | ||
@@ -37,4 +37,4 @@ "@babel/register": "^7.6.2", | ||
"devDependencies": { | ||
"mocha": "^6.2.1" | ||
"mocha": "^6.2.2" | ||
} | ||
} |
@@ -1,8 +0,16 @@ | ||
# babelts | ||
# babelts · ![NPM](https://img.shields.io/npm/l/babelts) ![npm](https://img.shields.io/npm/v/babelts) | ||
Use this to run TypeScript code using Babel. | ||
This uses [`hard-rejection`](https://github.com/sindresorhus/hard-rejection) so that unhandled async errors cause the program to exit. | ||
**Install:** | ||
```sh | ||
yarn add --dev babelts | ||
``` | ||
**Use:** | ||
```sh | ||
node --require babelts myFile.ts | ||
``` | ||
Use this to run TypeScript code using Babel. | ||
This uses [`hard-rejection`](https://github.com/sindresorhus/hard-rejection) so that unhandled async errors cause the program to exit. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1781
0
17
Updated@babel/core@^7.6.4
Updated@babel/preset-env@^7.6.3