From 82a890fecec50b5eb14aa23d62cb0c5290e7ffcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristj=C3=A1n=20Oddsson?= Date: Tue, 6 Aug 2019 13:52:00 +0100 Subject: [PATCH 1/2] publish to GPR as a postpublish step --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f5a36c5..aae1c79 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,8 @@ "build": "rollup -c && cp src/task-lists-element.js.flow dist/index.esm.js.flow && cp src/task-lists-element.js.flow dist/index.umd.js.flow", "pretest": "npm run build", "test": "karma start test/karma.config.js", - "prepublishOnly": "npm run build" + "prepublishOnly": "npm run build", + "postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'" }, "keywords": [ "task", From 294f18e5eddb097428d83db9b105c3e1f492f266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristj=C3=A1n=20Oddsson?= Date: Wed, 14 Aug 2019 09:16:24 +0100 Subject: [PATCH 2/2] 1.0.4 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5a1fe12..f460085 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@github/task-lists-element", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5f26074..3437227 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@github/task-lists-element", - "version": "1.0.3", + "version": "1.0.4", "description": "Drag and drop task list items.", "repository": "github/task-lists-element", "main": "dist/index.umd.js",