feat: make it work

This commit is contained in:
Ivan Shmidt
2020-05-06 17:21:41 +02:00
parent 34d5a985a0
commit bdb02f7de0
7 changed files with 129 additions and 88 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
{
"name": "@backstage/plugin-circleci",
"version": "0.1.1-alpha.4",
"main": "dist/index.cjs.js",
"main": "dist/index.esm.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
"private": true,