Skip to content

Commit

Permalink
update dependencies for v1 polyfills
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed May 11, 2017
1 parent 24dd897 commit d9b5b8f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"url": "https://github.com/Polymer/polymer.git"
},
"dependencies": {
"shadycss": "webcomponents/shadycss#^v1.0.0-rc.1",
"webcomponentsjs": "^v1.0.0-rc.5"
"shadycss": "webcomponents/shadycss#^v1.0.0",
"webcomponentsjs": "^v1.0.0"
},
"devDependencies": {
"web-component-tester": "^v6.0.0-prerelease.10",
Expand Down
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"test": "test"
},
"devDependencies": {
"@webcomponents/shadycss": "^1.0.0-rc.6",
"@webcomponents/webcomponentsjs": "^1.0.0-rc.12",
"@webcomponents/shadycss": "^1.0.0",
"@webcomponents/webcomponentsjs": "^1.0.0",
"babel-preset-babili": "0.0.12",
"del": "^2.2.1",
"dom5": "^1.3.1",
Expand Down Expand Up @@ -43,5 +43,7 @@
"url": "https://github.com/Polymer/polymer/issues"
},
"homepage": "https://github.com/Polymer/polymer",
"publishConfig": {"access": "public"}
"publishConfig": {
"access": "public"
}
}

0 comments on commit d9b5b8f

Please sign in to comment.