Skip to content

Commit 52b8245

Browse files
author
mrsteele
committed
fix: Using raw JS instead of babel
BREAKING CHANGE: Might not work with older versions of node
1 parent b48cac9 commit 52b8245

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ You can include with regular node require:
3838
JSON.truncate = require('json-truncate')
3939
```
4040

41-
or es6 import
42-
43-
```javascript
44-
import JSONTruncate from 'json-truncate'
45-
```
46-
4741
#### Usage
4842

4943
**Figure 1.0** - A basic example with default options.

0 commit comments

Comments
 (0)