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.
1 parent 18de329 commit 1376618Copy full SHA for 1376618
package.json
@@ -2,7 +2,12 @@
2
"name": "vue-skip-to",
3
"version": "1.0.6",
4
"description": "It helps people who only use the keyboard to jump to what matters most.",
5
- "main": "dist/vue-skip-to.js",
+ "main": "dist/vue-skip-to.umd.js",
6
+ "module": "dist/vue-skip-to.esm.js",
7
+ "unpkg": "dist/vue-skip-to.min.js",
8
+ "browser": {
9
+ "./sfc": "src/VueSkipTo.vue"
10
+ },
11
"scripts": {
12
"dev": "rollup --config rollup.config.dev.js --watch",
13
"build": "npm run build:umd & npm run build:es & npm run build:unpkg",
0 commit comments