Skip to content

Commit ca8440c

Browse files
committed
Tweaked browser support, updated README badges and bumped version
1 parent 427c17e commit ca8440c

File tree

4 files changed

+16
-7
lines changed

4 files changed

+16
-7
lines changed

.babelrc.esm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@babel/preset-env",
55
{
66
"modules": false,
7-
"targets": "> 0.25%, not dead"
7+
"targets": "> 0.175%, not dead"
88
}
99
]
1010
]

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
# serialize-function
22

3-
![ci status](https://github.com/EvanK/npm-serialize-function/actions/workflows/ci.yaml/badge.svg)
4-
![node.js supported as of v20](https://img.shields.io/badge/Node.js-v20-green)
5-
![ECMAScript standard supported as of ES2023](https://img.shields.io/badge/ES-2023-yellow)
3+
[
4+
![ci status](https://github.com/EvanK/npm-serialize-function/actions/workflows/ci.yaml/badge.svg)
5+
](https://github.com/EvanK/npm-serialize-function/actions/workflows/ci.yaml)
6+
[
7+
![npm](https://img.shields.io/badge/NPM-v1.0.1-orange)
8+
](https://www.npmjs.com/package/serialize-function)
9+
[
10+
![node.js supported as of v20](https://img.shields.io/badge/Node.js-v20-yellow)
11+
](https://nodejs.org/docs/latest-v20.x/api/)
12+
[
13+
![ECMAScript standard supported as of ES2023](https://img.shields.io/badge/ES-2023-green)
14+
](https://compat-table.github.io/compat-table/es2016plus/)
615

716
## Quickstart
817

package-lock.json

Lines changed: 2 additions & 2 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serialize-function",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Serializes javascript functions to a JSON-friendly format",
55
"author": "Evan Kaufman <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)