fix: update package repository fields with monorepo details

This commit is contained in:
Andrew Noblet
2019-02-16 12:09:32 -05:00
committed by Thomas Allmer
parent 21955f38e7
commit cb1acb7e59
16 changed files with 80 additions and 16 deletions

View File

@@ -8,7 +8,11 @@
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/open-wc/open-wc/tree/master/packages/building-webpack",
"repository": {
"type" : "git",
"url" : "https://github.com/open-wc/open-wc.git",
"directory": "packages/building-webpack"
},
"scripts": {
"start": "webpack-dev-server --mode development --config demo/webpack.config.js --open",
"start:es5": "webpack-dev-server --mode development --config demo/webpack.config.js --es5 --open",

View File

@@ -8,7 +8,11 @@
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/open-wc/open-wc/tree/master/packages/chai-dom-equals",
"repository": {
"type" : "git",
"url" : "https://github.com/open-wc/open-wc.git",
"directory": "packages/chai-dom-equals"
},
"scripts": {
"test": "karma start",
"test:watch": "karma start --auto-watch=true --single-run=false",

View File

@@ -8,7 +8,11 @@
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/open-wc/open-wc/tree/master/packages/eslint-config",
"repository": {
"type" : "git",
"url" : "https://github.com/open-wc/open-wc.git",
"directory": "packages/eslint-config"
},
"main": "index.js",
"scripts": {
"prepublishOnly": "../../scripts/insert-header.js"

View File

@@ -5,7 +5,11 @@
"author": "open-wc",
"homepage": "https://github.com/open-wc/open-wc/",
"license": "MIT",
"repository": "https://github.com/open-wc/open-wc/tree/master/packages/generator-open-wc",
"repository": {
"type" : "git",
"url" : "https://github.com/open-wc/open-wc.git",
"directory": "packages/generator-open-wc"
},
"keywords": [
"yeoman-generator",
"open-wc"

View File

@@ -16,7 +16,11 @@
"start": "./owc-dev-server.js -o demo --app-index demo/index.html",
"prepublishOnly": "../../scripts/insert-header.js"
},
"repository": "https://github.com/open-wc/open-wc/tree/master/packages/dev-server",
"repository": {
"type" : "git",
"url" : "https://github.com/open-wc/open-wc.git",
"directory": "packages/dev-server"
},
"dependencies": {
"command-line-args": "^5.0.2",
"command-line-usage": "^5.0.5",

View File

@@ -9,7 +9,11 @@
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/open-wc/open-wc/tree/master/packages/polyfills-loader",
"repository": {
"type" : "git",
"url" : "https://github.com/open-wc/open-wc.git",
"directory": "packages/polyfills-loader"
},
"keywords": [
"open-wc",
"polyfill",

View File

@@ -8,7 +8,11 @@
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/open-wc/open-wc/tree/master/packages/prettier-config",
"repository": {
"type" : "git",
"url" : "https://github.com/open-wc/open-wc.git",
"directory": "packages/prettier-config"
},
"main": "prettier.config.js",
"scripts": {
"prepublishOnly": "../../scripts/insert-header.js"

View File

@@ -8,7 +8,11 @@
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/open-wc/open-wc/tree/master/packages/semantic-dom-diff",
"repository": {
"type" : "git",
"url" : "https://github.com/open-wc/open-wc.git",
"directory": "packages/semantic-dom-diff"
},
"scripts": {
"test": "karma start",
"test:es5:bs": "karma start karma.es5.bs.config.js",

View File

@@ -8,7 +8,11 @@
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/open-wc/open-wc/tree/master/packages/storybook",
"repository": {
"type" : "git",
"url" : "https://github.com/open-wc/open-wc.git",
"directory": "packages/storybook"
},
"scripts": {
"prepublishOnly": "../../scripts/insert-header.js"
},

View File

@@ -8,7 +8,11 @@
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/open-wc/open-wc/tree/master/packages/testing-helpers",
"repository": {
"type" : "git",
"url" : "https://github.com/open-wc/open-wc.git",
"directory": "packages/testing-helpers"
},
"scripts": {
"test": "karma start",
"test:watch": "karma start --auto-watch=true --single-run=false",

View File

@@ -8,7 +8,11 @@
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/open-wc/open-wc/tree/master/packages/testing-karma-bs",
"repository": {
"type" : "git",
"url" : "https://github.com/open-wc/open-wc.git",
"directory": "packages/testing-karma-bs"
},
"scripts": {
"test": "karma start demo/karma.conf.js",
"test:watch": "karma start demo/karma.conf.js --auto-watch=true --single-run=false",

View File

@@ -8,7 +8,11 @@
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/open-wc/open-wc/tree/master/packages/testing-karma",
"repository": {
"type" : "git",
"url" : "https://github.com/open-wc/open-wc.git",
"directory": "packages/testing-karma"
},
"scripts": {
"test": "karma start demo/karma.conf.js",
"test:watch": "karma start demo/karma.conf.js --auto-watch=true --single-run=false",

View File

@@ -8,7 +8,11 @@
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/open-wc/open-wc/tree/master/packages/testing-wallaby",
"repository": {
"type" : "git",
"url" : "https://github.com/open-wc/open-wc.git",
"directory": "packages/testing-wallaby"
},
"scripts": {
"prepublishOnly": "../../scripts/insert-header.js"
},

View File

@@ -8,7 +8,11 @@
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/open-wc/open-wc/tree/master/packages/testing",
"repository": {
"type" : "git",
"url" : "https://github.com/open-wc/open-wc.git",
"directory": "packages/testing"
},
"scripts": {
"test": "karma start",
"test:watch": "karma start --auto-watch=true --single-run=false",

View File

@@ -9,7 +9,11 @@
"access": "public"
},
"main": "webpack-import-meta-loader.js",
"repository": "https://github.com/open-wc/open-wc/tree/master/packages/webpack-import-meta-loader",
"repository": {
"type" : "git",
"url" : "https://github.com/open-wc/open-wc.git",
"directory": "packages/webpack-import-meta-loader"
},
"scripts": {
"test": "mocha --require @babel/register",
"test:ci": "npm run test",

View File

@@ -8,7 +8,11 @@
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/open-wc/open-wc/tree/master/packages/webpack",
"repository": {
"type" : "git",
"url" : "https://github.com/open-wc/open-wc.git",
"directory": "packages/webpack"
},
"scripts": {
"test": "mocha --require @babel/register",
"test:ci": "npm run test",