@appthen/cli 1.2.7 → 1.2.10
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/dist/index.js +339 -913
- package/package.json +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appthen/cli",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.10",
|
|
4
4
|
"description": "Appthen Cli Tool",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -39,7 +39,6 @@
|
|
|
39
39
|
"dev": "build-scripts start",
|
|
40
40
|
"lint": "eslint --ext .tsx,.ts,.js,.jsx src",
|
|
41
41
|
"lintfix": "eslint --fix --color --ext .tsx,.ts,.js,.jsx src",
|
|
42
|
-
"postpublish": "git push origin master --tags",
|
|
43
42
|
"test": "jest",
|
|
44
43
|
"test:watch": "jest --watch",
|
|
45
44
|
"test:update-snapshots": "cross-env UPDATE_EXPECTED=true npx jest"
|