diff --git a/README.md b/README.md index 425470f..fffdd9b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/chadweimer/iron-star-rating) +[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/@cwmr/iron-star-rating) # \ @@ -8,7 +8,7 @@ ``` diff --git a/package.json b/package.json index bfb1130..8e0db09 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,10 @@ { "description": "5-star rating element (Polymer 3.x)", "name": "@cwmr/iron-star-rating", - "version": "3.0.0", + "version": "3.0.1", "repository": "github:chadweimer/iron-star-rating", "homepage": "https://github.com/chadweimer/iron-star-rating#readme", + "license": "MIT", "resolutions": { "inherits": "2.0.3", "samsam": "1.1.3", @@ -20,5 +21,8 @@ "@polymer/iron-demo-helpers": "^3.0.0", "wct-browser-legacy": "^1.0.1", "@webcomponents/webcomponentsjs": "^2.0.0" + }, + "publishConfig": { + "access": "public" } }