diff --git a/package.json b/package.json index d94dc19..bc5d7d7 100644 --- a/package.json +++ b/package.json @@ -3,12 +3,13 @@ "version": "1.0.0", "description": "SWC plugin to expand gql tags at build time", "author": "rishabh3112 ", - "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 .",