lunesjs 1.5.6 → 1.5.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lunesjs",
3
- "version": "1.5.6",
3
+ "version": "1.5.7",
4
4
  "description": "Library for communication with nodes in mainnet or testnet of the lunes-blockchain network",
5
5
  "main": "dist/**/*.js",
6
6
  "types": "dist/**/*/*.d.ts",
@@ -11,7 +11,7 @@
11
11
  "client"
12
12
  ],
13
13
  "author": "lunes-platform",
14
- "license": "SEE LICENSE IN ./LICENSE",
14
+ "license": "Apache 2.0",
15
15
  "scripts": {
16
16
  "build": "tsc --declaration",
17
17
  "fmtc": "prettier -c",