Skip to content

Commit

Permalink
[ci skip] remove bower.json version, add npm devDependencies & np pub…
Browse files Browse the repository at this point in the history
…lish config
  • Loading branch information
dfreedm committed May 11, 2017
1 parent eb9c5af commit 6b6092e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "polymer",
"version": "2.0.0-rc.7",
"main": [
"polymer.html"
],
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"test": "test"
},
"devDependencies": {
"@webcomponents/shadycss": "^1.0.0-rc.6",
"@webcomponents/webcomponentsjs": "^1.0.0-rc.12",
"babel-preset-babili": "0.0.12",
"del": "^2.2.1",
"dom5": "^1.3.1",
Expand Down Expand Up @@ -40,5 +42,6 @@
"bugs": {
"url": "https://github.com/Polymer/polymer/issues"
},
"homepage": "https://github.com/Polymer/polymer"
"homepage": "https://github.com/Polymer/polymer",
"publishConfig": {"access": "public"}
}

0 comments on commit 6b6092e

Please sign in to comment.