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 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.47";
66826
+ var version = "0.1.48";
66827
66827
  var description = "";
66828
66828
  var main = "lib/index.js";
66829
66829
  var bin = {
@@ -11,6 +11,7 @@ declare global {
11
11
 
12
12
  module '*.css' {
13
13
  const classes: CSSModuleClasses;
14
+ export default classes;
14
15
  }
15
16
  module '*.scss' {
16
17
  const classes: CSSModuleClasses;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gant-core",
3
- "version": "0.1.47",
3
+ "version": "0.1.49",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "bin": {