lunesjs 1.5.14-js → 1.5.16-web

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lunesjs",
3
- "version": "1.5.14-js",
3
+ "version": "1.5.16-web",
4
4
  "description": "Library for communication with nodes in mainnet or testnet of the lunes-blockchain network",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -22,8 +22,8 @@
22
22
  "deploy": "yarn build && yarn publish",
23
23
  "fmt": "prettier -w .",
24
24
  "fmtc": "prettier -c",
25
- "test": "yarn jest",
26
- "build": "tsc"
25
+ "t": "yarn jest",
26
+ "build": "yarn install && tsc"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/jest": "^27.0.3",
@@ -35,6 +35,6 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "axios": "^0.26.1",
38
- "lunesrs": "^1.8.2-nodejs"
38
+ "lunesrs": "^1.8.4-web"
39
39
  }
40
40
  }