Skip to content

Commit 3a3cf9c

Browse files
committed
Bump version
1 parent e7a168d commit 3a3cf9c

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "isutf8",
33
"description": "Check if a Node.js Buffer or Uint8Array is utf-8",
4-
"version": "3.0.0",
4+
"version": "3.1.0",
55
"author": {
66
"name": "Denis Seleznev",
77
"email": "hcodes@yandex.ru",
@@ -48,13 +48,15 @@
4848
"unit": "jest --config ./jest.config.js",
4949
"build": "npm run clean && npm run build:esm && npm run build:common",
5050
"build:esm": "rollup src/index.ts --config rollup.config.js --file dist/index.esm.js --format esm",
51-
"build:common": "rollup src/index.ts --config rollup.config.js --file dist/index.js --format commonjs --exports=auto" },
51+
"build:common": "rollup src/index.ts --config rollup.config.js --file dist/index.js --format commonjs --exports=auto"
52+
},
5253
"types": "index.d.ts",
5354
"files": [
5455
"LICENSE",
5556
"README.md",
56-
"lib/index.d.ts",
57-
"lib/index.js"
57+
"dist/index.js",
58+
"dist/index.esm.js",
59+
"index.d.ts"
5860
],
5961
"dependencies": {}
6062
}

0 commit comments

Comments
 (0)