Skip to content

Commit a147a67

Browse files
authored
Merge pull request #222 from dylanscott/dylanscott/license
[proposal] specify license directly in package.json
2 parents 5fa1f79 + 0d3e3b4 commit a147a67

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "https://github.com/launchql/pgsql-parser"
99
},
10-
"license": "SEE LICENSE IN LICENSE",
10+
"license": "MIT",
1111
"publishConfig": {
1212
"access": "restricted"
1313
},

packages/deparser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"module": "esm/index.js",
88
"types": "index.d.ts",
99
"homepage": "https://github.com/launchql/pgsql-parser",
10-
"license": "SEE LICENSE IN LICENSE",
10+
"license": "MIT",
1111
"publishConfig": {
1212
"access": "public",
1313
"directory": "dist"

packages/parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"module": "esm/index.js",
88
"types": "index.d.ts",
99
"homepage": "https://github.com/launchql/pgsql-parser",
10-
"license": "SEE LICENSE IN LICENSE",
10+
"license": "MIT",
1111
"publishConfig": {
1212
"access": "public",
1313
"directory": "dist"

packages/pgsql-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"module": "esm/index.js",
88
"types": "index.d.ts",
99
"homepage": "https://github.com/launchql/pgsql-parser/tree/master/packages/pgsql-cli#readme",
10-
"license": "SEE LICENSE IN LICENSE",
10+
"license": "MIT",
1111
"publishConfig": {
1212
"access": "public"
1313
},

packages/proto-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"module": "esm/index.js",
88
"types": "index.d.ts",
99
"homepage": "https://github.com/launchql/pgsql-parser/tree/master/packages/proto-parser#readme",
10-
"license": "SEE LICENSE IN LICENSE",
10+
"license": "MIT",
1111
"publishConfig": {
1212
"access": "public",
1313
"directory": "dist"

packages/transform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"module": "esm/index.js",
88
"types": "index.d.ts",
99
"homepage": "https://github.com/launchql/pgsql-parser",
10-
"license": "SEE LICENSE IN LICENSE",
10+
"license": "MIT",
1111
"publishConfig": {
1212
"access": "public",
1313
"directory": "dist"

packages/traverse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"module": "esm/index.js",
88
"types": "index.d.ts",
99
"homepage": "https://github.com/launchql/pgsql-parser",
10-
"license": "SEE LICENSE IN LICENSE",
10+
"license": "MIT",
1111
"publishConfig": {
1212
"access": "public",
1313
"directory": "dist"

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"module": "esm/index.js",
88
"types": "index.d.ts",
99
"homepage": "https://github.com/launchql/pgsql-parser",
10-
"license": "SEE LICENSE IN LICENSE",
10+
"license": "MIT",
1111
"publishConfig": {
1212
"access": "public",
1313
"directory": "dist"

0 commit comments

Comments
 (0)