mortise-tenon-design 0.0.3 → 0.0.4
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/es/index.mjs +4 -0
- package/lib/index.js +1 -0
- package/package.json +3 -3
- package/es/core/index.mjs +0 -4
- package/lib/core/index.js +0 -1
package/es/index.mjs
ADDED
package/lib/index.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./components/button/index.js");exports.MtButton=t.MtButton;
|
package/package.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "mortise-tenon-design",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.4",
|
4
4
|
"description": "榫卯组件库",
|
5
5
|
"author": "nixwai",
|
6
6
|
"license": "ISC",
|
7
|
-
"main": "lib/
|
8
|
-
"module": "es/
|
7
|
+
"main": "lib/index.js",
|
8
|
+
"module": "es/index.mjs",
|
9
9
|
"types": "es/core/index.d.ts",
|
10
10
|
"repository": {
|
11
11
|
"type": "git",
|
package/es/core/index.mjs
DELETED
package/lib/core/index.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("../components/button/index.js");exports.MtButton=t.MtButton;
|