Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

Commit

Permalink
Merge pull request #5 from chadweimer/feature/switch-to-public
Browse files Browse the repository at this point in the history
Switch npm to public (might fix travis?)
  • Loading branch information
chadweimer authored Oct 7, 2018
2 parents 88fbec2 + 177616d commit 2a0e551
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

# \<iron-star-rating\>

Expand All @@ -8,7 +8,7 @@
```
<custom-element-demo>
<template>
<link rel="import" href="iron-star-rating.html">
<script type="module" src="iron-star-rating.js"></script>
<next-code-block></next-code-block>
</template>
</custom-element-demo>
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
}

0 comments on commit 2a0e551

Please sign in to comment.