Skip to content

Commit bb92a8c

Browse files
committed
Ready for v1.1.1 : fixed wrong entry path
1 parent 07069de commit bb92a8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@voltra/json",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "a JavaScript HTTP client specialized for JSON communications, based upon the Fetch API",
5-
"main": "build-babel/jsonclient.esm.js",
5+
"main": "build-babel/jsonclient.js",
66
"scripts": {
77
"setup": "npm i && npm update",
88
"build": "npm run buildTsc && npm run buildBabel && npm run webpack",

0 commit comments

Comments
 (0)