gant-core 0.1.47 → 0.1.49
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/cli/index.js +1 -1
- package/lib/cli/template/types.d.txt +1 -0
- package/package.json +1 -1
package/lib/cli/index.js
CHANGED
|
@@ -66823,7 +66823,7 @@ const createCwdConfig = (cwd, name, vue) => {
|
|
|
66823
66823
|
};
|
|
66824
66824
|
|
|
66825
66825
|
var name = "gant-core";
|
|
66826
|
-
var version = "0.1.
|
|
66826
|
+
var version = "0.1.48";
|
|
66827
66827
|
var description = "";
|
|
66828
66828
|
var main = "lib/index.js";
|
|
66829
66829
|
var bin = {
|