We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
node
env
1 parent 16ca8cc commit 92953adCopy full SHA for 92953ad
.eslintrc.json
@@ -1,6 +1,7 @@
1
{
2
"env": {
3
"browser": true,
4
+ "node": true,
5
"es2021": true
6
},
7
"extends": [
package.json
@@ -1,7 +1,7 @@
"name": "vue-selection-share",
"private": false,
- "version": "1.1.2",
+ "version": "1.2.3",
"description": "a medium-like text highlight sharing component",
"main": "dist/vue-selection-share.ssr.js",
"browser": "dist/vue-selection-share.esm.js",
0 commit comments