packages/core-api: update package json and pin core-api version

This commit is contained in:
Patrik Oldsberg
2020-05-27 09:51:45 +02:00
parent 89d230d2e0
commit 9b13fa6091
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/core-api",
"description": "Core API used by Backstage plugins and apps",
"description": "Internal Core API used by Backstage plugins and apps",
"version": "0.1.1-alpha.6",
"private": false,
"publishConfig": {
@@ -10,7 +10,7 @@
"repository": {
"type": "git",
"url": "https://github.com/spotify/backstage",
"directory": "packages/core"
"directory": "packages/core-api"
},
"keywords": [
"backstage"
+1 -1
View File
@@ -28,7 +28,7 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/core-api": "^0.1.1-alpha.6",
"@backstage/core-api": "0.1.1-alpha.6",
"@backstage/theme": "^0.1.1-alpha.6",
"@material-ui/core": "^4.9.1",
"@material-ui/icons": "^4.9.1",