Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 31657ada67 | |||
| d19a090df2 |
@@ -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/"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user