[ci skip] remove bower.json version, add npm devDependencies & np publish config

This commit is contained in:
Daniel Freedman
2017-05-11 13:56:05 -07:00
parent 486a74c08f
commit 2cefe20007
2 changed files with 10 additions and 4 deletions

View File

@@ -2,7 +2,6 @@
"name": "webcomponentsjs",
"description": "Web components polyfill",
"main": "webcomponents.js",
"version": "1.0.0-rc.11",
"homepage": "http://webcomponents.org",
"authors": [
"The Polymer Authors"

View File

@@ -1,8 +1,8 @@
{
"name": "webcomponents.js",
"version": "1.0.0-rc.11",
"description": "webcomponents.js",
"main": "webcomponents.js",
"description": "Web Components Polyfills",
"main": "webcomponents-lite.js",
"directories": {
"test": "tests"
},
@@ -22,14 +22,21 @@
"url": "https://github.com/webcomponents/webcomponentsjs/issues"
},
"scripts": {
"build": "gulp build",
"build": "gulp",
"test": "wct"
},
"homepage": "https://webcomponents.org/polyfills",
"devDependencies": {
"@webcomponents/custom-elements": "^1.0.0-rc.5",
"@webcomponents/html-imports": "^1.0.0-rc.6",
"@webcomponents/shadycss": "^1.0.0-rc.6",
"@webcomponents/shadydom": "^1.0.0-rc.8",
"@webcomponents/template": "^1.0.0-rc.2",
"@webcomponents/webcomponents-platform": "^1.0.0-rc.3",
"babel-preset-babili": "0.0.12",
"bower": "^1.8.0",
"del": "^2.2.2",
"es6-promise": "^4.1.0",
"eslint": "^3.16.1",
"google-closure-compiler": "^20170409.0.0",
"gulp": "^3.8.8",