Skip to content

Commit cbdee85

Browse files
committed
Update dependencies
1 parent af51259 commit cbdee85

File tree

4 files changed

+9
-49
lines changed

4 files changed

+9
-49
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
| Version | Date | Notes |
44
| ------- | ---------- | ------------------------------------------------------------------- |
5+
| 2.1.0 | 2020-02-21 | Use new RegEx library to fix some counting issues |
56
| 2.0.0 | 2019-05-26 | Refactor to Typescript and remove Node 4 & 5 support - BREAKING |
67
| 1.0.0 | 2018-04-02 | Move the astral regex to it's own package |
78
| 0.4.0 | 2017-12-08 | [New `toArray` function](https://github.com/sallar/stringz/pull/24) |

index.d.ts

Lines changed: 0 additions & 19 deletions
This file was deleted.

package-lock.json

Lines changed: 7 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"dist/index.d.ts",
99
"dist/index.d.ts.map"
1010
],
11+
"types": "dist/index.d.ts",
1112
"scripts": {
1213
"test": "jest --coverage",
1314
"format": "prettier --write '{src,test,benchmark}/**/*.{js,ts}'",

0 commit comments

Comments
 (0)