packages: mark core and cli as public

This commit is contained in:
Patrik Oldsberg
2020-03-24 12:53:42 +01:00
parent fc55a29140
commit 250277a861
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -11,6 +11,9 @@
"test": "backstage-cli test",
"start": "nodemon ."
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/fs-extra": "^8.1.0",
"@types/html-webpack-plugin": "^3.2.2",
+3
View File
@@ -12,6 +12,9 @@
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@material-ui/core": "^4.9.1",
"@material-ui/icons": "^4.9.1",