Skip to content

Commit e62b596

Browse files
committed
Add license attribute to all package.jsons
The license attribute is missing when some of the packages are being published to npm. This change adds it to all of the package.json's with the MIT license (the one used at the root of the repo).
1 parent 46641d2 commit e62b596

File tree

48 files changed

+48
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+48
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"private": true,
3+
"license": "MIT",
34
"workspaces": [
45
"packages/**",
56
"example/storybook",

packages-react-19/@gluestack-ui/nativewind-utils/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@gluestack-ui/nativewind-utils",
3+
"license": "MIT",
34
"description": "A utility function package for @gluestack-ui/nativewind",
45
"keywords": [
56
"react",

packages/nativewind/utils/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@gluestack-ui/nativewind-utils",
3+
"license": "MIT",
34
"description": "A utility function package for @gluestack-ui/nativewind",
45
"keywords": [
56
"react",

packages/styled/animation-legend-motion-driver/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@gluestack-style/legend-motion-animation-driver",
3+
"license": "MIT",
34
"version": "1.0.3",
45
"description": "A gluestack-style plugin for animation support using legendapp motion library",
56
"keywords": [

packages/styled/animation-moti-driver/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@gluestack-style/moti-animation-driver",
3+
"license": "MIT",
34
"version": "1.0.2",
45
"description": "A gluestack-style driver for using moti animation with animation resolver plugin.",
56
"keywords": [

packages/styled/animation-resolver/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@gluestack-style/animation-resolver",
3+
"license": "MIT",
34
"version": "1.0.4",
45
"description": "A gluestack-style plugin for resolving animation properties, utilizing animation libraries.",
56
"keywords": [

packages/styled/babel-plugin-styled-resolver/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@gluestack-style/babel-plugin-styled-resolver",
3+
"license": "MIT",
34
"version": "1.0.7",
45
"description": "A gluestack-style babel plugin that transpiles your styled function calls and resolves the component styling in build time.",
56
"keywords": [

packages/styled/react/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@gluestack-style/react",
33
"description": "A universal & performant styling library for React Native, Next.js & React",
44
"version": "1.0.57",
5+
"license": "MIT",
56
"keywords": [
67
"React Native",
78
"Next.js",

packages/unstyled/accordion/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@gluestack-ui/accordion",
3+
"license": "MIT",
34
"description": "A universal headless accordion component for React Native, Next.js & React",
45
"keywords": [
56
"react",

packages/unstyled/actionsheet/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@gluestack-ui/actionsheet",
3+
"license": "MIT",
34
"description": "A universal headless actionsheet component for React Native, Next.js & React",
45
"keywords": [
56
"react",

packages/unstyled/alert-dialog/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@gluestack-ui/alert-dialog",
3+
"license": "MIT",
34
"description": "A universal headless alert-dialog component for React Native, Next.js & React",
45
"keywords": [
56
"react",

packages/unstyled/alert/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@gluestack-ui/alert",
3+
"license": "MIT",
34
"version": "0.1.16",
45
"main": "lib/index",
56
"module": "lib/index",

packages/unstyled/avatar/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@gluestack-ui/avatar",
3+
"license": "MIT",
34
"description": "A universal headless avatar component for React Native, Next.js & React",
45
"version": "0.1.18",
56
"main": "lib/index",

packages/unstyled/button/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@gluestack-ui/button",
3+
"license": "MIT",
34
"version": "1.0.14",
45
"main": "lib/index",
56
"module": "lib/index",

packages/unstyled/checkbox/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@gluestack-ui/checkbox",
3+
"license": "MIT",
34
"version": "0.1.39",
45
"main": "lib/index",
56
"module": "lib/index",

packages/unstyled/divider/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@gluestack-ui/divider",
3+
"license": "MIT",
34
"version": "0.1.10",
45
"main": "lib/index",
56
"module": "lib/index",

packages/unstyled/fab/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"nextjs"
1717
],
1818
"version": "0.1.28",
19+
"license": "MIT",
1920
"main": "lib/index",
2021
"module": "lib/index",
2122
"types": "lib/index.d.ts",

packages/unstyled/form-control/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@gluestack-ui/form-control",
3+
"license": "MIT",
34
"description": "A universal headless form-control component for React Native, Next.js & React",
45
"version": "0.1.19",
56
"main": "lib/index",

packages/unstyled/hooks/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@gluestack-ui/hooks",
3+
"license": "MIT",
34
"description": "Provides hooks used in gluestack-ui",
45
"version": "0.1.13",
56
"main": "lib/index",

packages/unstyled/hstack/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@gluestack-ui/hstack",
3+
"license": "MIT",
34
"description": "A universal headless hstack component for React Native, Next.js & React",
45
"version": "0.1.17",
56
"main": "lib/index",

packages/unstyled/icon/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@gluestack-ui/icon",
33
"description": "A universal headless icon component for React Native, Next.js & React",
44
"version": "0.1.27",
5+
"license": "MIT",
56
"main": "lib/index",
67
"module": "lib/index",
78
"types": "lib/index.d.ts",

packages/unstyled/image-viewer/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@gluestack-ui/image-viewer",
3+
"license": "MIT",
34
"version": "0.0.17",
45
"main": "lib/index",
56
"module": "lib/index",

packages/unstyled/image/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@gluestack-ui/image",
3+
"license": "MIT",
34
"version": "0.1.17",
45
"main": "lib/index",
56
"module": "lib/index",

packages/unstyled/input/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@gluestack-ui/input",
3+
"license": "MIT",
34
"description": "A universal headless input component for React Native, Next.js & React",
45
"version": "0.1.38",
56
"main": "lib/index",

packages/unstyled/linear-gradient/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@gluestack-ui/linear-gradient",
3+
"license": "MIT",
34
"version": "0.1.3",
45
"main": "lib/index",
56
"module": "lib/index",

packages/unstyled/link/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@gluestack-ui/link",
3+
"license": "MIT",
34
"version": "0.1.29",
45
"main": "lib/index",
56
"module": "lib/index",

packages/unstyled/menu/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@gluestack-ui/menu",
33
"description": "A universal headless menu component for React Native, Next.js & React",
4+
"license": "MIT",
45
"keywords": [
56
"react",
67
"native",

packages/unstyled/modal/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@gluestack-ui/modal",
3+
"license": "MIT",
34
"description": "A universal headless modal component for React Native, Next.js & React",
45
"keywords": [
56
"react",

packages/unstyled/overlay/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@gluestack-ui/overlay",
3+
"license": "MIT",
34
"description": "A universal headless overlay component for React Native, Next.js & React",
45
"version": "0.1.22",
56
"main": "lib/index",

packages/unstyled/pin-input/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@gluestack-ui/pin-input",
3+
"license": "MIT",
34
"description": "A universal headless pin-input component for React Native, Next.js & React",
45
"version": "0.0.14",
56
"main": "lib/index",

packages/unstyled/popover/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@gluestack-ui/popover",
3+
"license": "MIT",
34
"version": "0.1.49",
45
"main": "lib/index",
56
"module": "lib/index",

packages/unstyled/pressable/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@gluestack-ui/pressable",
3+
"license": "MIT",
34
"version": "0.1.23",
45
"main": "lib/index",
56
"module": "lib/index",

packages/unstyled/progress/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@gluestack-ui/progress",
3+
"license": "MIT",
34
"description": "A universal headless progress component for React Native, Next.js & React",
45
"keywords": [
56
"react",

packages/unstyled/provider/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@gluestack-ui/provider",
3+
"license": "MIT",
34
"description": "A universal headless provider component for React Native, Next.js & React",
45
"keywords": [
56
"react",

packages/unstyled/radio/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@gluestack-ui/radio",
3+
"license": "MIT",
34
"version": "0.1.40",
45
"main": "lib/index",
56
"module": "lib/index",

packages/unstyled/react-native-aria/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@gluestack-ui/react-native-aria",
3+
"license": "MIT",
34
"version": "0.1.7",
45
"main": "lib/index",
56
"module": "lib/index",

packages/unstyled/select/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@gluestack-ui/select",
3+
"license": "MIT",
34
"description": "A universal headless select component for React Native, Next.js & React",
45
"keywords": [
56
"react",

packages/unstyled/slider/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@gluestack-ui/slider",
3+
"license": "MIT",
34
"description": "A universal headless slider component for React Native, Next.js & React",
45
"version": "0.1.32",
56
"main": "lib/index",

packages/unstyled/spinner/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@gluestack-ui/spinner",
3+
"license": "MIT",
34
"version": "0.1.15",
45
"main": "lib/index",
56
"module": "lib/index",

packages/unstyled/stack/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@gluestack-ui/stack",
33
"version": "0.1.5",
4+
"license": "MIT",
45
"main": "lib/index",
56
"module": "lib/index",
67
"types": "lib/index.d.ts",

packages/unstyled/switch/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@gluestack-ui/switch",
3+
"license": "MIT",
34
"version": "0.1.29",
45
"main": "lib/index",
56
"module": "lib/index",

packages/unstyled/tabs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@gluestack-ui/tabs",
33
"version": "0.1.24",
4+
"license": "MIT",
45
"main": "lib/index",
56
"module": "lib/index",
67
"types": "lib/index.d.ts",

packages/unstyled/textarea/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@gluestack-ui/textarea",
3+
"license": "MIT",
34
"description": "A universal headless text-area component for React Native, Next.js & React",
45
"version": "0.1.25",
56
"main": "lib/index",

packages/unstyled/toast/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@gluestack-ui/toast",
3+
"license": "MIT",
34
"description": "A universal headless toast component for React Native, Next.js & React",
45
"keywords": [
56
"react",

packages/unstyled/tooltip/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@gluestack-ui/tooltip",
3+
"license": "MIT",
34
"description": "A universal headless tooltip component for React Native, Next.js & React",
45
"version": "0.1.44",
56
"main": "lib/index",

packages/unstyled/transitions/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@gluestack-ui/transitions",
3+
"license": "MIT",
34
"description": "Transitions animations for React Native, Next.js & React",
45
"version": "0.1.11",
56
"main": "lib/index",

packages/unstyled/utils/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@gluestack-ui/utils",
3+
"license": "MIT",
34
"description": "Utility functions used internally in gluestack-ui",
45
"version": "0.1.15",
56
"main": "lib/index",

packages/unstyled/vstack/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@gluestack-ui/vstack",
3+
"license": "MIT",
34
"description": "A universal headless vstack component for React Native, Next.js & React",
45
"version": "0.1.16",
56
"main": "lib/index",

0 commit comments

Comments
 (0)