We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62b258e commit adb1b8eCopy full SHA for adb1b8e
2 files changed
.gitignore
@@ -18,8 +18,7 @@ Thumbs.db
18
*.pyo
19
build
20
_site
21
-spm_modules
22
node_modules
23
.cache
24
dist/
25
-coverage/
+npm-debug.log
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "arale-dialog",
3
- "version": "2.0.2",
+ "version": "2.0.3",
4
"description": "Dialog 是通用对话框容器,提供显隐关闭、遮罩层、内嵌iframe、内容区域自定义以及模态对话框等功能。",
5
"keywords": [
6
"widget",
0 commit comments