vueless 0.0.59 → 0.0.60

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.
@@ -1,5 +1,5 @@
1
1
  import tippy from "tippy.js";
2
- import merge from "lodash.merge";
2
+ import { merge } from "lodash-es";
3
3
 
4
4
  import vuelessConfig from "../../../vueless.config.js";
5
5
 
@@ -4,8 +4,8 @@ import * as chokidar from "chokidar";
4
4
  import { parse } from "vue-docgen-api";
5
5
  import * as fs from "fs";
6
6
  import mkdirp from "mkdirp";
7
- import _ from "lodash";
8
- import merge from "lodash.merge";
7
+ import _ from "lodash-es";
8
+ import { merge } from "lodash-es";
9
9
 
10
10
  export default async function build(config) {
11
11
  config.componentsRoot = path.resolve(config.cwd, config.componentsRoot);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vueless",
3
- "version": "0.0.59",
3
+ "version": "0.0.60",
4
4
  "license": "MIT",
5
5
  "description": "Vue Styleless Component Framework.",
6
6
  "homepage": "https://vueless.com",
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "vueless",
4
- "version": "0.0.59",
4
+ "version": "0.0.60",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",