Skip to content

Commit 5bacd1d

Browse files
committed
Link license and readme
1 parent cb6db69 commit 5bacd1d

File tree

7 files changed

+15
-2
lines changed

7 files changed

+15
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,4 @@ temp
131131

132132
# Visual testing
133133
packages/components/test-results
134+
lerna-debug.log

packages/components/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../README.md

packages/components/package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,9 @@
7474
"tslib": "^2.1.0",
7575
"typescript": "~4.3.5",
7676
"webpack": "^5.0.0"
77-
}
77+
},
78+
"publishConfig": {
79+
"access": "public"
80+
},
81+
"gitHead": "277fbf2624d81e2f41eeef6ac6fe8cdcd09b22bd"
7882
}

packages/lab-example/LICENSE

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../LICENSE

packages/lab-example/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../README.md

packages/react-components/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../README.md

packages/react-components/package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,9 @@
4747
"prettier": "^2.2.1",
4848
"rimraf": "^3.0.2",
4949
"typescript": "~4.3.5"
50-
}
50+
},
51+
"publishConfig": {
52+
"access": "public"
53+
},
54+
"gitHead": "277fbf2624d81e2f41eeef6ac6fe8cdcd09b22bd"
5155
}

0 commit comments

Comments
 (0)