Skip to content

Commit

Permalink
update licenses (#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBacon authored Nov 16, 2023
1 parent 3c0911e commit 3638006
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/expo-head/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "static page definitions for universal SEO",
"main": "build/index",
"types": "build/index.d.ts",
"license": "MIT",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
Expand All @@ -18,7 +19,6 @@
"url": "https://github.com/expo/router/issues"
},
"author": "evanbacon <bacon@expo.io> (https://github.com/EvanBacon)",
"license": "MIT",
"homepage": "https://github.com/expo/router#readme",
"dependencies": {
"react-helmet-async": "^1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/expo-metro-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react-native"
],
"author": "Evan Bacon",
"license": "BSD-3-Clause",
"license": "MIT",
"dependencies": {
"@bacons/react-views": "^1.1.3",
"qs": "^6.10.3"
Expand Down
1 change: 1 addition & 0 deletions packages/expo-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "2.0.12",
"main": "src/index.tsx",
"types": "build/index.d.ts",
"license": "MIT",
"files": [
"_error.js",
"_entry.tsx",
Expand Down

0 comments on commit 3638006

Please sign in to comment.