Skip to content

Commit

Permalink
this is not something crates.io would do
Browse files Browse the repository at this point in the history
  • Loading branch information
hUwUtao committed Nov 27, 2024
1 parent 1696c2b commit 12dfae7
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@team-fuho/wt",
"version": "2.0.0",
"description": "",
"description": "powered by `wagtail`. awesome!",
"type": "commonjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -16,8 +16,8 @@
"schema": "gql-gen --config codegen.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"author": "stdpi",
"license": "MIT",
"devDependencies": {
"@0no-co/graphqlsp": "^1.12.16",
"@biomejs/biome": "1.8.1",
Expand All @@ -31,5 +31,13 @@
"dependencies": {
"@graphql-typed-document-node/core": "^3.2.0",
"graphql": "^16.9.0"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/Team-Fuho/wt.git"
},
"bugs": {
"url": "https://github.com/Team-Fuho/wt/issues"
},
"homepage": "https://github.com/Team-Fuho/wt#readme"
}

0 comments on commit 12dfae7

Please sign in to comment.