From 661f8341bf3b975a98e9b0fce55d22013d9ddb2b Mon Sep 17 00:00:00 2001 From: Rishabh Chawla Date: Thu, 20 Jun 2024 15:29:26 +0530 Subject: [PATCH] chore: update package json metadata --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 .",