Skip to content

Commit

Permalink
Fix the license field in various package.json (#922)
Browse files Browse the repository at this point in the history
  • Loading branch information
frehner authored May 23, 2023
1 parent fb42061 commit e1caba9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@shopify:registry": "https://registry.npmjs.org"
},
"version": "4.1.2",
"license": "SEE LICENSE IN LICENSE.md",
"license": "MIT",
"type": "module",
"scripts": {
"build": "tsup --clean --config ./tsup.config.ts && oclif manifest",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-hydrogen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"access": "public",
"@shopify:registry": "https://registry.npmjs.org"
},
"license": "SEE LICENSE IN LICENSE.md",
"license": "MIT",
"version": "4.1.1",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hydrogen-codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@shopify:registry": "https://registry.npmjs.org"
},
"version": "0.0.0-alpha.0",
"license": "SEE LICENSE IN LICENSE.md",
"license": "MIT",
"type": "module",
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/hydrogen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"type": "module",
"version": "2023.4.1",
"license": "SEE LICENSE IN LICENSE.md",
"license": "MIT",
"main": "dist/index.cjs",
"module": "dist/production/index.js",
"types": "dist/production/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-oxygen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"type": "module",
"version": "1.0.6",
"license": "SEE LICENSE IN LICENSE.md",
"license": "MIT",
"main": "dist/index.cjs",
"module": "dist/production/index.js",
"types": "dist/production/index.d.ts",
Expand Down

0 comments on commit e1caba9

Please sign in to comment.