We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07069de commit bb92a8cCopy full SHA for bb92a8c
package.json
@@ -1,8 +1,8 @@
1
{
2
"name": "@voltra/json",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"description": "a JavaScript HTTP client specialized for JSON communications, based upon the Fetch API",
5
- "main": "build-babel/jsonclient.esm.js",
+ "main": "build-babel/jsonclient.js",
6
"scripts": {
7
"setup": "npm i && npm update",
8
"build": "npm run buildTsc && npm run buildBabel && npm run webpack",
0 commit comments