Skip to content

Commit

Permalink
feat: works!
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjiaxuan committed Apr 11, 2023
1 parent 9cb2227 commit e35f60f
Show file tree
Hide file tree
Showing 5 changed files with 441 additions and 8 deletions.
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,18 @@
"private": false,
"author": "lvjiaxuan <471501748@qq.com> (https://github.com/lvjiaxuan)",
"license": "MIT",
"keywords": ["vue", "number-roll", "vue2", "vue3", "vue-demi"],
"keywords": [
"vue",
"number-roll",
"vue2",
"vue3",
"vue-demi"
],
"main": "./dist/vue-number-roll.umd.cjs",
"module": "./dist/vue-number-roll.js",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
Expand Down Expand Up @@ -39,6 +47,7 @@
"eslint": "^8.38.0",
"eslint-plugin-vue": "^9.10.0",
"npm-run-all": "^4.1.5",
"sass": "^1.61.0",
"typescript": "~5.0.4",
"vite": "^4.2.1",
"vue": "^3.2.47",
Expand Down
71 changes: 68 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e35f60f

Please sign in to comment.