Skip to content

Commit

Permalink
Merge pull request #5594 from rslawik/patch-1
Browse files Browse the repository at this point in the history
Add module field
  • Loading branch information
kevinpschaaf committed Nov 5, 2019
2 parents dc20fec + 9a4d4d9 commit e477a6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -3,6 +3,7 @@
"version": "3.3.0",
"description": "The Polymer library makes it easy to create your own web components. Give your element some markup and properties, and then use it on a site. Polymer provides features like dynamic templates and data binding to reduce the amount of boilerplate you need to write",
"main": "polymer-element.js",
"module": "polymer-element.js",
"directories": {
"doc": "docs",
"test": "test"
Expand Down

0 comments on commit e477a6f

Please sign in to comment.