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 67d3d89 commit 3c08fe7Copy full SHA for 3c08fe7
.github/workflows/nodejs.yml
@@ -31,7 +31,6 @@ jobs:
31
id: semantic # Need an `id` for output variables
32
with:
33
branch: master
34
- dry_run: true
35
env:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -1,9 +1,10 @@
1
{
2
"name": "graphql-compose-modules",
3
- "private": true,
+ "license": "MIT",
4
"version": "0.0.0-development",
5
"description": "A toolset for construction GraphQL Schema via file structure",
6
"repository": "https://github.com/graphql-compose/graphql-compose-modules",
7
+ "homepage": "https://github.com/graphql-compose/graphql-compose-modules",
8
"main": "lib/index",
9
"types": "lib/index.d.ts",
10
"files": [
0 commit comments