Skip to content

Commit

Permalink
missing file extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
zdhxiong committed Apr 8, 2024
1 parent eccf591 commit a460587
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/mdui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdui",
"version": "2.1.0",
"version": "2.1.1",
"description": "实现 material you 设计规范的 Web Components 组件库",
"type": "module",
"main": "mdui.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/mdui/src/functions/prompt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { msg } from '@lit/localize';
import isPromise from 'is-promise';
import { $ } from '@mdui/jq/$.js';
import '@mdui/jq/methods/find.js';
import '@mdui/jq/methods/first';
import '@mdui/jq/methods/first.js';
import '@mdui/jq/methods/last.js';
import '@mdui/jq/methods/on.js';
import '@mdui/jq/methods/text.js';
Expand Down

0 comments on commit a460587

Please sign in to comment.