Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hcodes committed Sep 23, 2020
1 parent e7a168d commit 3a3cf9c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "isutf8",
"description": "Check if a Node.js Buffer or Uint8Array is utf-8",
"version": "3.0.0",
"version": "3.1.0",
"author": {
"name": "Denis Seleznev",
"email": "hcodes@yandex.ru",
Expand Down Expand Up @@ -48,13 +48,15 @@
"unit": "jest --config ./jest.config.js",
"build": "npm run clean && npm run build:esm && npm run build:common",
"build:esm": "rollup src/index.ts --config rollup.config.js --file dist/index.esm.js --format esm",
"build:common": "rollup src/index.ts --config rollup.config.js --file dist/index.js --format commonjs --exports=auto" },
"build:common": "rollup src/index.ts --config rollup.config.js --file dist/index.js --format commonjs --exports=auto"
},
"types": "index.d.ts",
"files": [
"LICENSE",
"README.md",
"lib/index.d.ts",
"lib/index.js"
"dist/index.js",
"dist/index.esm.js",
"index.d.ts"
],
"dependencies": {}
}

0 comments on commit 3a3cf9c

Please sign in to comment.