Skip to content

Commit 6b6092e

Browse files
committed
[ci skip] remove bower.json version, add npm devDependencies & np publish config
1 parent eb9c5af commit 6b6092e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

bower.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "polymer",
3-
"version": "2.0.0-rc.7",
43
"main": [
54
"polymer.html"
65
],

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
"test": "test"
99
},
1010
"devDependencies": {
11+
"@webcomponents/shadycss": "^1.0.0-rc.6",
12+
"@webcomponents/webcomponentsjs": "^1.0.0-rc.12",
1113
"babel-preset-babili": "0.0.12",
1214
"del": "^2.2.1",
1315
"dom5": "^1.3.1",
@@ -40,5 +42,6 @@
4042
"bugs": {
4143
"url": "https://github.com/Polymer/polymer/issues"
4244
},
43-
"homepage": "https://github.com/Polymer/polymer"
45+
"homepage": "https://github.com/Polymer/polymer",
46+
"publishConfig": {"access": "public"}
4447
}

0 commit comments

Comments
 (0)