We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e66a490 commit 4dfb7c2Copy full SHA for 4dfb7c2
package.json
@@ -1,7 +1,8 @@
1
{
2
"name": "vue-container-query",
3
"version": "0.1.0",
4
- "private": true,
+ "main": "dist/VueContainerQuery.common.js",
5
+ "unpkg": "dist/VueContainerQuery.umd.js",
6
"scripts": {
7
"serve": "vue-cli-service serve",
8
"build": "vue-cli-service build",
0 commit comments