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 7177e6a commit 8af0232Copy full SHA for 8af0232
package.json
@@ -14,9 +14,22 @@
14
"type": "git",
15
"url": "https://github.com/grid-js/gridjs-vue.git"
16
},
17
- "main": "./dist/index.js",
+ "keywords": [
18
+ "table",
19
+ "grid",
20
+ "spreadsheet",
21
+ "vue",
22
+ "vue-component"
23
+ ],
24
+ "main": "./dist/index.esm.js",
25
"umd": "./dist/index.umd.js",
- "module": "./dist/index.esm.js",
26
+ "module": "./dist/index.browser.esm.js",
27
+ "exports": {
28
+ "require": "./dist/index.js",
29
+ "import": "./dist/index.esm.js",
30
+ "default": "./dist/index.esm.js",
31
+ "browser": "./dist/index.browser.esm.js"
32
+ },
33
"scripts": {
34
"dev": "baechli -c 'yarn build'",
35
"build": "rm -rf dist/*; bili;"
0 commit comments