@hhorg/icon
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -1,2 +0,2 @@ | ||
const version = "0.0.7"; | ||
const version = "0.0.8"; | ||
function install(app) { | ||
@@ -3,0 +3,0 @@ const components = []; |
"use strict"; | ||
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } }); | ||
const version = "0.0.7"; | ||
const version = "0.0.8"; | ||
function install(app) { | ||
@@ -5,0 +5,0 @@ const components = []; |
@@ -1,2 +0,2 @@ | ||
const version = "0.0.7"; | ||
const version = "0.0.8"; | ||
function install(app) { | ||
@@ -3,0 +3,0 @@ const components = []; |
@@ -5,3 +5,3 @@ (function(global, factory) { | ||
"use strict"; | ||
const version = "0.0.7"; | ||
const version = "0.0.8"; | ||
function install(app) { | ||
@@ -8,0 +8,0 @@ const components = []; |
@@ -1,1 +0,1 @@ | ||
!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports):"function"==typeof define&&define.amd?define(["exports"],n):n((e="undefined"!=typeof globalThis?globalThis:e||self).icon={})}(this,(function(e){"use strict";const n="0.0.7";function o(e){[].forEach((n=>{n.install?e.use(n):n.name&&e.component(n.name,n)}))}var t={install:o,version:n};e.default=t,e.install=o,e.version=n,Object.defineProperties(e,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})})); | ||
!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports):"function"==typeof define&&define.amd?define(["exports"],n):n((e="undefined"!=typeof globalThis?globalThis:e||self).icon={})}(this,(function(e){"use strict";const n="0.0.8";function o(e){[].forEach((n=>{n.install?e.use(n):n.name&&e.component(n.name,n)}))}var t={install:o,version:n};e.default=t,e.install=o,e.version=n,Object.defineProperties(e,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})})); |
@@ -25,3 +25,3 @@ var __defProp = Object.defineProperty; | ||
module.exports = __toCommonJS(stdin_exports); | ||
const version = "0.0.7"; | ||
const version = "0.0.8"; | ||
function install(app) { | ||
@@ -28,0 +28,0 @@ const components = []; |
@@ -1,1 +0,1 @@ | ||
{"$schema":"https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json","framework":"vue","name":"icon","version":"0.0.7","contributions":{"html":{"tags":[{"name":"demo-button","attributes":[{"name":"type","default":"`primary`","description":"按钮类型","value":{"type":"string","kind":"expression"}},{"name":"color","default":"-","description":"按钮颜色","value":{"type":"string","kind":"expression"}}],"events":[{"name":"click","description":"点击时触发","arguments":[{"name":"event","type":"MouseEvent"}]}],"slots":[{"name":"default","description":"默认插槽"}]}],"attributes":[]}},"js-types-syntax":"typescript"} | ||
{"$schema":"https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json","framework":"vue","name":"icon","version":"0.0.8","contributions":{"html":{"tags":[{"name":"demo-button","attributes":[{"name":"type","default":"`primary`","description":"按钮类型","value":{"type":"string","kind":"expression"}},{"name":"color","default":"-","description":"按钮颜色","value":{"type":"string","kind":"expression"}}],"events":[{"name":"click","description":"点击时触发","arguments":[{"name":"event","type":"MouseEvent"}]}],"slots":[{"name":"default","description":"默认插槽"}]}],"attributes":[]}},"js-types-syntax":"typescript"} |
{ | ||
"name": "@hhorg/icon", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "图标库", | ||
@@ -30,15 +30,9 @@ "main": "lib/hh-icon.js", | ||
}, | ||
"peerDependencies": { | ||
"vue": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@vant/cli": "^6.0.0", | ||
"vue": "^3.0.0", | ||
"sass": "^1.49.7" | ||
"sass": "^1.49.7", | ||
"vue-demi": "^0.14.10" | ||
}, | ||
"eslintConfig": { | ||
"root": true, | ||
"extends": [ | ||
"@vant" | ||
] | ||
"root": true | ||
}, | ||
@@ -45,0 +39,0 @@ "prettier": { |
0
29781