2 Commits

Author SHA1 Message Date
Kristaps Fabians Geikins 31657ada67 package changes for published fork 2022-11-16 13:19:35 +02:00
Kristaps Fabians Geikins d19a090df2 gaa 2022-11-16 13:19:25 +02:00
+3 -3
View File
@@ -1,10 +1,10 @@
{
"name": "@vue/apollo-composable",
"name": "@speckle/vue-apollo-composable",
"version": "4.0.0-beta.1",
"description": "Apollo GraphQL for Vue Composition API",
"repository": {
"type": "git",
"url": "https://github.com/vuejs/vue-apollo.git",
"url": "https://github.com/specklesystems/apollo.git",
"directory": "packages/vue-apollo-composable"
},
"keywords": [
@@ -32,7 +32,7 @@
"dev": "rimraf dist && nodemon --exec 'pnpm run build:code' --watch src --ext js,ts",
"build": "rimraf dist && pnpm run build:code",
"build:code": "node esbuild.mjs && tsc -d --emitDeclarationOnly",
"prepublishOnly": "pnpm run test && pnpm run build",
"prepublishOnly": "pnpm run test && pnpm run build:code",
"test": "pnpm run test:types",
"test:types": "tsc -p tests/types/"
},