Sign in
田强
/
qx-common
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
15230d9045e6d53d5640787ed1fffd4a3be17ba3
Authored by
陈洋
2023-09-12 12:05:10 +0800
1 parent
162a87b6
版本迭代
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
.gitignore
package.json
.gitignore
View file @
15230d9
...
...
@@ -5,3 +5,4 @@ node_modules
5
5
.dumi/tmp-production
6
6
.DS_Store
7
7
.idea
8
+
/package-lock.json
...
...
package.json
View file @
15230d9
1
1
{
2
2
"name"
:
"@qx/common"
,
3
-
"version"
:
"3.0.0-alpha.1
0
"
,
3
+
"version"
:
"3.0.0-alpha.1
1
"
,
4
4
"description"
:
"A react library developed with dumi"
,
5
5
"license"
:
"MIT"
,
6
6
"module"
:
"dist/index.js"
,
...
...