Skip to content

Commit

Permalink
fix(components): main files
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Dec 1, 2019
1 parent 28552ce commit f23d37c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/vue-apollo-components/package.json
Expand Up @@ -2,9 +2,9 @@
"name": "@vue/apollo-components",
"version": "4.0.0-alpha.1",
"description": "Apollo GraphQL components for Vue.js",
"main": "dist/vue-apollo.umd.js",
"module": "dist/vue-apollo.esm.js",
"unpkg": "dist/vue-apollo.min.js",
"main": "dist/vue-apollo-components.umd.js",
"module": "dist/vue-apollo-components.esm.js",
"unpkg": "dist/vue-apollo-components.min.js",
"scripts": {
"build": "yarn build:browser && yarn build:es && yarn build:umd",
"build:browser": "rollup --config build/rollup.config.browser.js",
Expand Down

0 comments on commit f23d37c

Please sign in to comment.