Skip to content

Commit 537ff86

Browse files
committed
fix(cli): remove automatic license generation
1 parent 9999afa commit 537ff86

File tree

3 files changed

+2
-26
lines changed

3 files changed

+2
-26
lines changed

packages/cli/generators/project/templates/LICENSE

Lines changed: 0 additions & 24 deletions
This file was deleted.

packages/cli/generators/project/templates/package.json.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"private": true,
5353
<% } -%>
5454
"author": "",
55-
"license": "MIT",
55+
"license": "",
5656
"files": [
5757
"README.md",
5858
"index.js",

packages/cli/generators/project/templates/package.plain.json.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"private": true,
5353
<% } -%>
5454
"author": "",
55-
"license": "MIT",
55+
"license": "",
5656
"files": [
5757
"README.md",
5858
"index.js",

0 commit comments

Comments
 (0)