Skip to content

Commit

Permalink
chore: fix lerna-helper field
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Apr 27, 2022
1 parent b5477ee commit faff016
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/vue-moveable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"main": "dist/moveable.cjs.js",
"module": "dist/moveable.esm.js",
"sideEffects": false,
"lernaHelperReleaseType": "prerelease",
"lernaHelperPrerelease": true,
"scripts": {
"serve": "vue-cli-service serve demo",
Expand Down Expand Up @@ -51,7 +52,8 @@
"homepage": "https://daybrush.com/moveable",
"dependencies": {
"framework-utils": "^1.1.0",
"moveable": "~0.29.3"
"moveable": "~0.29.3",
"tslib": "^2.4.0"
},
"devDependencies": {
"@daybrush/builder": "^0.1.2",
Expand Down

0 comments on commit faff016

Please sign in to comment.