Merge pull request #378 from spotify/rugvip/publish

set up package publishing
This commit is contained in:
Patrik Oldsberg
2020-03-25 15:48:59 +01:00
committed by GitHub
11 changed files with 108 additions and 6 deletions
+3
View File
@@ -24,6 +24,9 @@
"test": "backstage-cli test",
"start": "nodemon ."
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/fs-extra": "^8.1.0",
"@types/html-webpack-plugin": "^3.2.2",
@@ -4,7 +4,7 @@
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
"license": "Apache-2.0",
"private": false,
"private": true,
"scripts": {
"build": "backstage-cli plugin:build",
"lint": "backstage-cli lint",
+3
View File
@@ -23,6 +23,9 @@
"lint": "backstage-cli lint",
"test": "backstage-cli test"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@material-ui/core": "^4.9.1",
"@material-ui/icons": "^4.9.1",