Skip to content

Commit

Permalink
release: 准备发布 0.0.1 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanmo123 committed Jul 11, 2023
1 parent 10cd049 commit 5502b87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "all-in-material",
"version": "1.0.0",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
"license": "MIT"
}
5 changes: 2 additions & 3 deletions packages/component-vue/components/components.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
export { default as HelloWorld } from './HelloWorld.vue'
export { default as TheWelcome } from './TheWelcome.vue'
export { default as WelcomeItem } from './WelcomeItem.vue'
export { default as AInput } from './AInput.vue'
export { default as ADropDown } from './ADropDown.vue'

0 comments on commit 5502b87

Please sign in to comment.