quankee-framework-common-ts 1.3.1 → 1.3.2
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.
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "quankee-framework-common-ts",
|
|
3
3
|
"description": "Quankee Framework Typescript Lib",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.2",
|
|
5
5
|
"author": {
|
|
6
6
|
"email": "info@quankee.co.mz",
|
|
7
7
|
"name": "Quankee Software, Lda",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"watch": "ng build --watch --configuration development",
|
|
22
22
|
"test": "echo",
|
|
23
23
|
"publish:libs": "node publish-all.js",
|
|
24
|
-
"publish": "npm run publish:libs",
|
|
24
|
+
"publish": "npm run build && npm run publish:libs",
|
|
25
25
|
"bump:major": "npm version major && node sync-versions.js",
|
|
26
26
|
"bump:minor": "npm version minor && node sync-versions.js",
|
|
27
27
|
"bump:patch": "npm version patch && node sync-versions.js"
|