-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "vue3-dnd", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "Drag and Drop for Vue3", | ||
"scripts": { | ||
"dev": "vite", | ||
|
@@ -12,12 +12,12 @@ | |
"build_cjs": "swc -C module.type=commonjs -d dist/cjs lib/", | ||
"build:swc": "run-p build_types build_esm build_cjs", | ||
"build:docs": "vite build", | ||
"deploy": "gh-pages -d dist-docs", | ||
"deploy": "gh-pages -d dist-docs", | ||
"build": "run-s test clean build:swc", | ||
"prepare": "husky install", | ||
"prettier": "lint-staged", | ||
"prepublishOnly": "npm run build && standard-version", | ||
"postpublish": "run-s build:docs deploy" | ||
"postpublish": "run-s build:docs deploy" | ||
}, | ||
"author": "hcg1023 <[email protected]>", | ||
"main": "dist/cjs/index.js", | ||
|