@evlop/commons 1.0.142 → 1.0.143

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evlop/commons",
3
- "version": "1.0.142",
3
+ "version": "1.0.143",
4
4
  "description": "",
5
5
  "main": "dist/main.js",
6
6
  "peerDependencies": {
@@ -31,7 +31,7 @@
31
31
  "react-native-base64": "^0.2.1"
32
32
  },
33
33
  "scripts": {
34
- "prepack": " rm -rf dist && tsc",
34
+ "prepack": " rm -rf dist && npm run build",
35
35
  "docs": "jsdoc -c jsdoc.json",
36
36
  "dev": "tsc --watch",
37
37
  "test": "mocha -r ts-node/register src/**/*.test.ts",