We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10e161b commit 72eca18Copy full SHA for 72eca18
.yarnrc
@@ -1,2 +1,4 @@
1
+registry "https://registry.npmjs.org"
2
+"@instructure:registry" "https://registry.npmjs.org/"
3
workspaces-experimental true
4
version-git-tag false
packages/eslint-plugin-instructure-ui/package.json
@@ -1,5 +1,6 @@
{
"name": "eslint-plugin-instructure-ui",
+ "private": false,
"version": "5.7.0",
5
"description": "A UI component library made by Instructure Inc.",
6
"author": "Instructure, Inc. Engineering and Product Design",
@@ -20,8 +21,5 @@
20
21
"eslint-module-utils": "^2.2.0",
22
"eslint-plugin-import": "^2.7.0",
23
"read-pkg-up": "^3.0.0"
- },
24
- "publishConfig": {
25
- "access": "public"
26
}
27
0 commit comments