Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix missing android template files, added correct licenses #1178

Merged
merged 1 commit into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"author": "Pavel Jacko <[email protected]> (https://github.com/pavjacko)",
"files": [
"lib",
"types.d.ts"
"types.d.ts",
"LICENSE"
],
"main": "lib/index.js",
"bin": {
Expand Down Expand Up @@ -42,4 +43,4 @@
"publishConfig": {
"access": "public"
}
}
}
5 changes: 3 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"author": "Pavel Jacko <[email protected]> (https://github.com/pavjacko)",
"contributors": [],
"files": [
"lib"
"lib",
"LICENSE"
],
"main": "lib/index.js",
"repository": {
Expand Down Expand Up @@ -57,4 +58,4 @@
"access": "public"
},
"title": "ReNative Core SDK"
}
}
6 changes: 3 additions & 3 deletions packages/engine-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"author": "Pavel Jacko <[email protected]> (https://github.com/pavjacko)",
"files": [
"lib",
"supportFiles",
"types.d.ts"
"types.d.ts",
"LICENSE"
],
"main": "lib/index.js",
"repository": {
Expand Down Expand Up @@ -46,4 +46,4 @@
"publishConfig": {
"access": "public"
}
}
}
6 changes: 3 additions & 3 deletions packages/engine-lightning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"files": [
"lib",
"renative.engine.json",
"supportFiles",
"templates"
"templates",
"LICENSE"
],
"main": "lib/index.js",
"repository": {
Expand Down Expand Up @@ -45,4 +45,4 @@
"publishConfig": {
"access": "public"
}
}
}
6 changes: 3 additions & 3 deletions packages/engine-rn-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"files": [
"lib",
"renative.engine.json",
"supportFiles",
"templates"
"templates",
"LICENSE"
],
"main": "lib/index.js",
"repository": {
Expand Down Expand Up @@ -48,4 +48,4 @@
"publishConfig": {
"access": "public"
}
}
}
6 changes: 3 additions & 3 deletions packages/engine-rn-macos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"files": [
"lib",
"renative.engine.json",
"supportFiles",
"templates"
"templates",
"LICENSE"
],
"main": "lib/index.js",
"repository": {
Expand All @@ -43,4 +43,4 @@
"publishConfig": {
"access": "public"
}
}
}
4 changes: 2 additions & 2 deletions packages/engine-rn-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lib",
"renative.engine.json",
"supportFiles",
"templates"
"LICENSE"
],
"main": "lib/index.js",
"repository": {
Expand Down Expand Up @@ -48,4 +48,4 @@
"publishConfig": {
"access": "public"
}
}
}
6 changes: 3 additions & 3 deletions packages/engine-rn-tvos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"files": [
"lib",
"renative.engine.json",
"supportFiles",
"templates"
"templates",
"LICENSE"
],
"main": "lib/index.js",
"repository": {
Expand Down Expand Up @@ -45,4 +45,4 @@
"publishConfig": {
"access": "public"
}
}
}
6 changes: 3 additions & 3 deletions packages/engine-rn-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"files": [
"lib",
"renative.engine.json",
"supportFiles",
"templates"
"templates",
"LICENSE"
],
"main": "lib/index.js",
"repository": {
Expand Down Expand Up @@ -49,4 +49,4 @@
"publishConfig": {
"access": "public"
}
}
}
5 changes: 3 additions & 2 deletions packages/engine-rn-windows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"lib",
"renative.engine.json",
"supportFiles",
"templates"
"pluginTemplates",
"LICENSE"
],
"main": "lib/index.js",
"repository": {
Expand Down Expand Up @@ -47,4 +48,4 @@
"publishConfig": {
"access": "public"
}
}
}
5 changes: 3 additions & 2 deletions packages/engine-rn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"files": [
"lib",
"renative.engine.json",
"templates"
"templates",
"LICENSE"
],
"main": "lib/index.js",
"repository": {
Expand Down Expand Up @@ -44,4 +45,4 @@
"publishConfig": {
"access": "public"
}
}
}
5 changes: 2 additions & 3 deletions packages/engine-roku/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"files": [
"lib",
"renative.engine.json",
"supportFiles",
"templates"
"LICENSE"
],
"main": "lib/index.js",
"repository": {
Expand All @@ -40,4 +39,4 @@
"publishConfig": {
"access": "public"
}
}
}
4 changes: 2 additions & 2 deletions packages/integration-docker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/flexn-io/renative/issues"
},
"license": "ISC",
"license": "MIT",
"author": "Pavel Jacko <[email protected]> (https://github.com/pavjacko)",
"contributors": [
"Mihai Blaga <https://github.com/mihaiblaga89>"
Expand All @@ -37,4 +37,4 @@
"publishConfig": {
"access": "public"
}
}
}
4 changes: 2 additions & 2 deletions packages/integration-ftp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/flexn-io/renative/issues"
},
"license": "ISC",
"license": "MIT",
"author": "Pavel Jacko <[email protected]> (https://github.com/pavjacko)",
"contributors": [
"Aurimas Mickys <https://github.com/aurimas535>"
Expand Down Expand Up @@ -40,4 +40,4 @@
"publishConfig": {
"access": "public"
}
}
}
4 changes: 2 additions & 2 deletions packages/integration-terraform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/flexn-io/renative/issues"
},
"license": "ISC",
"license": "MIT",
"author": "Mihai Blaga <[email protected]> (https://github.com/mihaiblaga89)",
"contributors": [],
"main": "lib/index.js",
Expand All @@ -37,4 +37,4 @@
"publishConfig": {
"access": "public"
}
}
}
4 changes: 2 additions & 2 deletions packages/integration-vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/flexn-io/renative/issues"
},
"license": "ISC",
"license": "MIT",
"author": "Pavel Jacko <[email protected]> (https://github.com/pavjacko)",
"contributors": [
"Mihai Blaga <https://github.com/mihaiblaga89>"
Expand Down Expand Up @@ -39,4 +39,4 @@
"publishConfig": {
"access": "public"
}
}
}
5 changes: 3 additions & 2 deletions packages/renative/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
"contributors": [],
"files": [
"lib",
"renative.plugin.json"
"renative.plugin.json",
"LICENSE"
],
"main": "lib/index",
"repository": {
Expand All @@ -62,4 +63,4 @@
"access": "public"
},
"types": "lib/index"
}
}
5 changes: 3 additions & 2 deletions packages/rnv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
"bin",
"coreTemplateFiles",
"lib",
"pluginTemplates"
"pluginTemplates",
"LICENSE"
],
"main": "lib/index.js",
"bin": {
Expand Down Expand Up @@ -82,4 +83,4 @@
"access": "public"
},
"title": "ReNative CLI"
}
}
6 changes: 4 additions & 2 deletions packages/sdk-android/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"files": [
"lib",
"supportFiles",
"types.d.ts"
"templates",
"types.d.ts",
"LICENSE"
],
"main": "lib/index.js",
"repository": {
Expand Down Expand Up @@ -40,4 +42,4 @@
"publishConfig": {
"access": "public"
}
}
}
5 changes: 3 additions & 2 deletions packages/sdk-apple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"files": [
"lib",
"supportFiles",
"types.d.ts"
"types.d.ts",
"LICENSE"
],
"main": "lib/index.js",
"repository": {
Expand Down Expand Up @@ -43,4 +44,4 @@
"publishConfig": {
"access": "public"
}
}
}
5 changes: 3 additions & 2 deletions packages/sdk-kaios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"files": [
"lib",
"supportFiles",
"types.d.ts"
"types.d.ts",
"LICENSE"
],
"main": "lib/index.js",
"repository": {
Expand All @@ -37,4 +38,4 @@
"publishConfig": {
"access": "public"
}
}
}
5 changes: 3 additions & 2 deletions packages/sdk-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"author": "Pavel Jacko <[email protected]> (https://github.com/pavjacko)",
"files": [
"lib",
"types.d.ts"
"types.d.ts",
"LICENSE"
],
"main": "lib/index.js",
"repository": {
Expand All @@ -37,4 +38,4 @@
"publishConfig": {
"access": "public"
}
}
}
6 changes: 3 additions & 3 deletions packages/sdk-tizen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"author": "Pavel Jacko <[email protected]> (https://github.com/pavjacko)",
"files": [
"lib",
"supportFiles",
"types.d.ts"
"types.d.ts",
"LICENSE"
],
"main": "lib/index.js",
"repository": {
Expand All @@ -39,4 +39,4 @@
"publishConfig": {
"access": "public"
}
}
}
Loading