Skip to content
This repository was archived by the owner on Sep 20, 2019. It is now read-only.

Commit 2cefe20

Browse files
committed
[ci skip] remove bower.json version, add npm devDependencies & np publish config
1 parent 486a74c commit 2cefe20

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

bower.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "webcomponentsjs",
33
"description": "Web components polyfill",
44
"main": "webcomponents.js",
5-
"version": "1.0.0-rc.11",
65
"homepage": "http://webcomponents.org",
76
"authors": [
87
"The Polymer Authors"

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "webcomponents.js",
33
"version": "1.0.0-rc.11",
4-
"description": "webcomponents.js",
5-
"main": "webcomponents.js",
4+
"description": "Web Components Polyfills",
5+
"main": "webcomponents-lite.js",
66
"directories": {
77
"test": "tests"
88
},
@@ -22,14 +22,21 @@
2222
"url": "https://github.com/webcomponents/webcomponentsjs/issues"
2323
},
2424
"scripts": {
25-
"build": "gulp build",
25+
"build": "gulp",
2626
"test": "wct"
2727
},
2828
"homepage": "https://webcomponents.org/polyfills",
2929
"devDependencies": {
30+
"@webcomponents/custom-elements": "^1.0.0-rc.5",
31+
"@webcomponents/html-imports": "^1.0.0-rc.6",
32+
"@webcomponents/shadycss": "^1.0.0-rc.6",
33+
"@webcomponents/shadydom": "^1.0.0-rc.8",
34+
"@webcomponents/template": "^1.0.0-rc.2",
35+
"@webcomponents/webcomponents-platform": "^1.0.0-rc.3",
3036
"babel-preset-babili": "0.0.12",
3137
"bower": "^1.8.0",
3238
"del": "^2.2.2",
39+
"es6-promise": "^4.1.0",
3340
"eslint": "^3.16.1",
3441
"google-closure-compiler": "^20170409.0.0",
3542
"gulp": "^3.8.8",

0 commit comments

Comments
 (0)