Skip to content

Commit

Permalink
0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Oct 26, 2020
1 parent bf83e68 commit a899d78
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## 0.3.2 (2020-10-26)

- Added missed file for build purposes

## 0.3.1 (2020-10-26)

- Changed build setup to allow building by any bundler that supports `browser` property in `package.json`
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@discoveryjs/json-ext",
"version": "0.3.1",
"version": "0.3.2",
"description": "A set of utilities that extend the use of JSON",
"keywords": [
"json",
Expand All @@ -16,7 +16,7 @@
"repository": "discoveryjs/json-ext",
"main": "./src/index",
"browser": {
"./src/stringify-stream.js": "./browser-method-is-not-supported.js"
"./src/stringify-stream.js": "./src/browser-method-is-not-supported.js"
},
"scripts": {
"test": "mocha --reporter progress",
Expand Down
File renamed without changes.

0 comments on commit a899d78

Please sign in to comment.