@hedia/recommendation-screen 2.1.47-alpha.2 → 2.1.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +5 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hedia/recommendation-screen",
3
- "version": "2.1.47-alpha.2",
3
+ "version": "2.1.47",
4
4
  "description": "Hedia Recommendation Screen for Bolus and Carbohydrates",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -18,6 +18,7 @@
18
18
  "prettier-fix": "prettier --write \"**/*.{ts,tsx}\"",
19
19
  "pkg-json-lint": "npmPkgJsonLint .",
20
20
  "package-audit": "npm-audit --critical --warn",
21
+ "pipeline": "npm run tsc && npm run lint && npm run pkg-json-lint && npm run prettier && npm run package-audit",
21
22
  "prepublishOnly": "npm ci --ignore-scripts --legacy-peer-deps && npm run build",
22
23
  "postpublish": "npm run clean",
23
24
  "a": "index-git.sh && cd android && gradlew clean && cd .. && react-native run-android",
@@ -26,7 +27,8 @@
26
27
  "extract": "lingui extract",
27
28
  "extract-clean": "lingui extract --clean",
28
29
  "compile": "npm run cleanLanguage && lingui compile",
29
- "cleanLanguage": "node ./src/locale/CleanLanguage.ts"
30
+ "cleanLanguage": "node ./src/locale/CleanLanguage.ts",
31
+ "prepare": "husky install"
30
32
  },
31
33
  "keywords": [
32
34
  "Hedia",
@@ -61,6 +63,7 @@
61
63
  "babel-jest": "26.0.1",
62
64
  "babel-loader": "8.1.0",
63
65
  "babel-plugin-macros": "2.8.0",
66
+ "husky": "8.0.1",
64
67
  "jest": "26.6.3",
65
68
  "metro-react-native-babel-preset": "0.66.2",
66
69
  "npm-package-json-lint": "5.4.1",