@wagq/wa-cli 0.6.32-beta.4 → 0.6.33
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/lib/daml/asyncByApp.js +1 -1
- package/package.json +1 -1
package/lib/daml/asyncByApp.js
CHANGED
|
@@ -2,7 +2,7 @@ const fs = require("fs");
|
|
|
2
2
|
const Prompt = require("inquirer");
|
|
3
3
|
const log = require("../../utils/log");
|
|
4
4
|
const string2Data = require("../../utils/string2Data");
|
|
5
|
-
const prettier = require("
|
|
5
|
+
const prettier = require("prettier")
|
|
6
6
|
|
|
7
7
|
const catalogue = "pages";
|
|
8
8
|
|