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 fc0e940..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", @@ -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",