Skip to content

Commit

Permalink
Update package.json from modulizer's output, set polymer-element.js a…
Browse files Browse the repository at this point in the history
…s main.
  • Loading branch information
rictic committed Apr 16, 2018
1 parent cf3b721 commit 5abf472
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@polymer/polymer",
"version": "2.6.0",
"version": "3.0.0-pre.12",
"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.html",
"main": "polymer-element.js",
"directories": {
"doc": "docs",
"test": "test"
Expand Down Expand Up @@ -31,7 +31,10 @@
"polymer-build": "^2.1.1",
"run-sequence": "^2.2.0",
"through2": "^2.0.0",
"web-component-tester": "^6.5.0"
"web-component-tester": "^6.5.0",
"wct-browser-legacy": "0.0.1-pre.11",
"@polymer/test-fixture": "3.0.0-pre.12",
"@polymer/iron-component-page": "3.0.0-pre.12"
},
"scripts": {
"build": "gulp",
Expand All @@ -52,5 +55,15 @@
"homepage": "https://github.com/Polymer/polymer",
"publishConfig": {
"access": "public"
},
"resolutions": {
"inherits": "2.0.3",
"samsam": "1.1.3",
"supports-color": "3.1.2",
"type-detect": "1.0.0"
},
"dependencies": {
"@webcomponents/shadycss": "^1.0.0",
"@webcomponents/webcomponentsjs": "^1.0.0"
}
}

0 comments on commit 5abf472

Please sign in to comment.