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 #7 from chadweimer/feature/prepare-script
Browse files Browse the repository at this point in the history
Feature/prepare script
  • Loading branch information
chadweimer authored Feb 1, 2019
2 parents be06117 + 3b43607 commit 39f1de7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"description": "5-star rating element (Polymer 3.x)",
"name": "@cwmr/iron-star-rating",
"version": "3.1.0",
"version": "3.1.1",
"repository": "github:chadweimer/iron-star-rating",
"homepage": "https://github.com/chadweimer/iron-star-rating#readme",
"license": "MIT",
Expand All @@ -12,10 +12,12 @@
"type-detect": "1.0.0"
},
"main": "iron-star-rating.js",
"types": "iron-star-rating.d.ts",
"scripts": {
"generate-types": "gen-typescript-declarations --deleteExisting --outDir . --verify",
"lint": "polymer lint",
"test": "polymer test"
"test": "polymer test",
"prepare": "npm run generate-types"
},
"dependencies": {
"@polymer/polymer": "^3.0.0",
Expand Down

0 comments on commit 39f1de7

Please sign in to comment.