Skip to content

Commit

Permalink
chore: update package json metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabh3112 committed Jun 20, 2024
1 parent a4f1f25 commit 661f834
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
"version": "1.0.0",
"description": "SWC plugin to expand gql tags at build time",
"author": "rishabh3112 <[email protected]>",
"license": "ISC",
"license": "MIT",
"keywords": [
"swc-plugin",
"swc",
"graphql"
],
"repository": "github:rishabh3112/graphql-tag-swc-plugin",
"main": "graphql_tag_swc_plugin.wasm",
"scripts": {
"build": "cargo build-wasi --release && cp target/wasm32-wasi/release/graphql_tag_swc_plugin.wasm .",
Expand Down

0 comments on commit 661f834

Please sign in to comment.