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 2be5393 commit 6e3b0f2Copy full SHA for 6e3b0f2
package.json
@@ -1,15 +1,14 @@
1
{
2
"name": "@voltra/json",
3
- "version": "1.0.3",
+ "version": "1.0.4",
4
"description": "a JavaScript HTTP client specialized for JSON communications, based upon the Fetch API",
5
"main": "dist/jsonclient.js",
6
"scripts": {
7
"setup": "npm i && npm update",
8
"build": "npm run buildTsc && npm run buildBabel && npm run webpack",
9
"buildTsc": "./node_modules/.bin/tsc",
10
"buildBabel": "./node_modules/.bin/babel build-tsc --out-dir build-babel --source-maps",
11
- "webpack": "./node_modules/.bin/webpack --progress",
12
- "prepublish": "npm run build"
+ "webpack": "./node_modules/.bin/webpack --progress"
13
},
14
"repository": {
15
"type": "git",
0 commit comments