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 71cbe56 commit f647a81Copy full SHA for f647a81
package.json
@@ -10,6 +10,13 @@
10
"test": "echo \"Error: no test specified\" && exit 1",
11
"publish": "npm publish --access public --tag next"
12
},
13
+ "exports": {
14
+ ".": {
15
+ "require": "./dist/highlightjs-vue.min.js",
16
+ "import": "./dist/highlightjs-vue.esm.min.js",
17
+ "types": "./dist/vue.d.ts"
18
+ }
19
+ },
20
"type": "module",
21
"author": "Josh Goebel <hello@joshgoebel.com>",
22
"license": "BSD-3-Clause",
0 commit comments