diff --git a/package.json b/package.json index a68c2b72..bc6bec33 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/launchql/pgsql-parser" }, - "license": "SEE LICENSE IN LICENSE", + "license": "MIT", "publishConfig": { "access": "restricted" }, diff --git a/packages/deparser/package.json b/packages/deparser/package.json index cc1cca01..8984da58 100644 --- a/packages/deparser/package.json +++ b/packages/deparser/package.json @@ -7,7 +7,7 @@ "module": "esm/index.js", "types": "index.d.ts", "homepage": "https://github.com/launchql/pgsql-parser", - "license": "SEE LICENSE IN LICENSE", + "license": "MIT", "publishConfig": { "access": "public", "directory": "dist" diff --git a/packages/parser/package.json b/packages/parser/package.json index 26f97453..60bc993f 100644 --- a/packages/parser/package.json +++ b/packages/parser/package.json @@ -7,7 +7,7 @@ "module": "esm/index.js", "types": "index.d.ts", "homepage": "https://github.com/launchql/pgsql-parser", - "license": "SEE LICENSE IN LICENSE", + "license": "MIT", "publishConfig": { "access": "public", "directory": "dist" diff --git a/packages/pgsql-cli/package.json b/packages/pgsql-cli/package.json index ca525506..c29504c2 100644 --- a/packages/pgsql-cli/package.json +++ b/packages/pgsql-cli/package.json @@ -7,7 +7,7 @@ "module": "esm/index.js", "types": "index.d.ts", "homepage": "https://github.com/launchql/pgsql-parser/tree/master/packages/pgsql-cli#readme", - "license": "SEE LICENSE IN LICENSE", + "license": "MIT", "publishConfig": { "access": "public" }, diff --git a/packages/proto-parser/package.json b/packages/proto-parser/package.json index f88fec31..94ab1869 100644 --- a/packages/proto-parser/package.json +++ b/packages/proto-parser/package.json @@ -7,7 +7,7 @@ "module": "esm/index.js", "types": "index.d.ts", "homepage": "https://github.com/launchql/pgsql-parser/tree/master/packages/proto-parser#readme", - "license": "SEE LICENSE IN LICENSE", + "license": "MIT", "publishConfig": { "access": "public", "directory": "dist" diff --git a/packages/transform/package.json b/packages/transform/package.json index 911d4641..a4522bf9 100644 --- a/packages/transform/package.json +++ b/packages/transform/package.json @@ -7,7 +7,7 @@ "module": "esm/index.js", "types": "index.d.ts", "homepage": "https://github.com/launchql/pgsql-parser", - "license": "SEE LICENSE IN LICENSE", + "license": "MIT", "publishConfig": { "access": "public", "directory": "dist" diff --git a/packages/traverse/package.json b/packages/traverse/package.json index a5bc706a..d70eb985 100644 --- a/packages/traverse/package.json +++ b/packages/traverse/package.json @@ -7,7 +7,7 @@ "module": "esm/index.js", "types": "index.d.ts", "homepage": "https://github.com/launchql/pgsql-parser", - "license": "SEE LICENSE IN LICENSE", + "license": "MIT", "publishConfig": { "access": "public", "directory": "dist" diff --git a/packages/utils/package.json b/packages/utils/package.json index 0f6d254d..3e382444 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -7,7 +7,7 @@ "module": "esm/index.js", "types": "index.d.ts", "homepage": "https://github.com/launchql/pgsql-parser", - "license": "SEE LICENSE IN LICENSE", + "license": "MIT", "publishConfig": { "access": "public", "directory": "dist"