Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinoid committed Feb 2, 2021
1 parent 7d057d0 commit 5407232
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inflate-auto",
"version": "2.0.0",
"version": "2.1.0",
"description": "Decompression stream which detects the compression format from the compressed data with minimal buffering. Detects Gzip, Deflate, and DeflateRaw by default.",
"keywords": [
"compression",
Expand Down Expand Up @@ -30,11 +30,10 @@
"!**/.*"
],
"main": "index.js",
"//": "Declare exports in next major version",
"//": "All scripts should run in POSIX sh and Windows cmd.exe",
"// exports": {
".": "./index.js"
},
"//": "All scripts should run in POSIX sh and Windows cmd.exe",
"scripts": {
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -u",
"clean": "rimraf coverage && rimraf doc",
Expand Down

0 comments on commit 5407232

Please sign in to comment.