Skip to content
This repository was archived by the owner on May 23, 2021. It is now read-only.

Commit 737e78d

Browse files
committed
fix(pkg): add register-ts
1 parent e571377 commit 737e78d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Use `textlint-scripts` as [npm-scripts](https://docs.npmjs.com/misc/scripts).
2727
Build source codes in `src/` and output to `lib/`.
2828

2929
It is built by [Babel](https://babeljs.io/) with [`env` preset](https://babeljs.io/docs/plugins/preset-env/).
30+
3031
Additionally, build command inline [Node fs calls](https://nodejs.org/api/fs.html) with [babel-plugin-static-fs](https://github.com/Jam3/babel-plugin-static-fs) for browser compatibility.
3132

3233
### `textlint-scripts test`

Diff for: package.json

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"license": "MIT",
77
"files": [
88
"register.js",
9+
"register-ts.js",
910
"bin/",
1011
"scripts/",
1112
"configs/"

0 commit comments

Comments
 (0)