@senhainfo/shared-utils 1.0.2 → 1.0.3

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 (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +2 -1
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # Shared Utils • senha-shared-utils
2
+
3
+ This is the `Senha Shared Utils` lib to share common functions across multiples `Senha` projects.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@senhainfo/shared-utils",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "repository": "https://github.com/senha-info/senha-shared-utils.git",
5
5
  "author": "Bruno Gaspar <bruninhoogaspar@gmail.com>",
6
6
  "license": "MIT",
@@ -10,6 +10,7 @@
10
10
  "lib"
11
11
  ],
12
12
  "scripts": {
13
+ "publish": "npm publish",
13
14
  "build": "tsc",
14
15
  "prepare": "npm run build"
15
16
  },