chore: update package debug scripts to work with npm

This commit is contained in:
Thomas Allmer 2020-10-30 11:13:20 +01:00
parent 27e35b4575
commit 627d8f011b
37 changed files with 148 additions and 148 deletions

View file

@ -23,11 +23,11 @@
"types" "types"
], ],
"scripts": { "scripts": {
"debug": "cd ../../ && npm run debug --group accordion", "debug": "cd ../../ && npm run debug -- --group accordion",
"debug:firefox": "cd ../../ && npm run debug:firefox --group accordion", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group accordion",
"debug:webkit": "cd ../../ && npm run debug:webkit --group accordion", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group accordion",
"prepublishOnly": "../../scripts/npm-prepublish.js", "prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser --group accordion" "test": "cd ../../ && npm run test:browser -- --group accordion"
}, },
"sideEffects": [ "sideEffects": [
"lion-accordion.js" "lion-accordion.js"

View file

@ -23,11 +23,11 @@
"types" "types"
], ],
"scripts": { "scripts": {
"debug": "cd ../../ && npm run debug --group ajax", "debug": "cd ../../ && npm run -- --debug ajax",
"debug:firefox": "cd ../../ && npm run debug:firefox --group ajax", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group ajax",
"debug:webkit": "cd ../../ && npm run debug:webkit --group ajax", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group ajax",
"prepublishOnly": "../../scripts/npm-prepublish.js", "prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser --group ajax" "test": "cd ../../ && npm run test:browser -- --group ajax"
}, },
"sideEffects": false, "sideEffects": false,
"dependencies": { "dependencies": {

View file

@ -23,11 +23,11 @@
"types" "types"
], ],
"scripts": { "scripts": {
"debug": "cd ../../ && npm run debug --group button", "debug": "cd ../../ && npm run debug -- --group button",
"debug:firefox": "cd ../../ && npm run debug:firefox --group button", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group button",
"debug:webkit": "cd ../../ && npm run debug:webkit --group button", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group button",
"prepublishOnly": "../../scripts/npm-prepublish.js", "prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser --group button" "test": "cd ../../ && npm run test:browser -- --group button"
}, },
"sideEffects": [ "sideEffects": [
"lion-button.js" "lion-button.js"

View file

@ -23,11 +23,11 @@
"types" "types"
], ],
"scripts": { "scripts": {
"debug": "cd ../../ && npm run debug --group calendar", "debug": "cd ../../ && npm run debug -- --group calendar",
"debug:firefox": "cd ../../ && npm run debug:firefox --group calendar", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group calendar",
"debug:webkit": "cd ../../ && npm run debug:webkit --group calendar", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group calendar",
"prepublishOnly": "../../scripts/npm-prepublish.js", "prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser --group calendar" "test": "cd ../../ && npm run test:browser -- --group calendar"
}, },
"sideEffects": [ "sideEffects": [
"lion-calendar.js" "lion-calendar.js"

View file

@ -23,11 +23,11 @@
"types" "types"
], ],
"scripts": { "scripts": {
"debug": "cd ../../ && npm run debug --group checkbox-group", "debug": "cd ../../ && npm run debug -- --group checkbox-group",
"debug:firefox": "cd ../../ && npm run debug:firefox --group checkbox-group", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group checkbox-group",
"debug:webkit": "cd ../../ && npm run debug:webkit --group checkbox-group", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group checkbox-group",
"prepublishOnly": "../../scripts/npm-prepublish.js", "prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser --group checkbox-group" "test": "cd ../../ && npm run test:browser -- --group checkbox-group"
}, },
"sideEffects": [ "sideEffects": [
"lion-checkbox.js", "lion-checkbox.js",

View file

@ -23,11 +23,11 @@
"types" "types"
], ],
"scripts": { "scripts": {
"debug": "cd ../../ && npm run debug --group collapsible", "debug": "cd ../../ && npm run debug -- --group collapsible",
"debug:firefox": "cd ../../ && npm run debug:firefox --group collapsible", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group collapsible",
"debug:webkit": "cd ../../ && npm run debug:webkit --group collapsible", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group collapsible",
"prepublishOnly": "../../scripts/npm-prepublish.js", "prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser --group collapsible" "test": "cd ../../ && npm run test:browser -- --group collapsible"
}, },
"sideEffects": [ "sideEffects": [
"lion-collapsible.js", "lion-collapsible.js",

View file

@ -23,11 +23,11 @@
"types" "types"
], ],
"scripts": { "scripts": {
"debug": "cd ../../ && npm run debug --group combobox", "debug": "cd ../../ && npm run debug -- --group combobox",
"debug:firefox": "cd ../../ && npm run debug:firefox --group combobox", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group combobox",
"debug:webkit": "cd ../../ && npm run debug:webkit --group combobox", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group combobox",
"prepublishOnly": "../../scripts/npm-prepublish.js", "prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser --group combobox" "test": "cd ../../ && npm run test:browser -- --group combobox"
}, },
"sideEffects": [ "sideEffects": [
"lion-combobox.js", "lion-combobox.js",

View file

@ -23,11 +23,11 @@
"types" "types"
], ],
"scripts": { "scripts": {
"debug": "cd ../../ && npm run debug --group core", "debug": "cd ../../ && npm run debug -- --group core",
"debug:firefox": "cd ../../ && npm run debug:firefox --group core", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group core",
"debug:webkit": "cd ../../ && npm run debug:webkit --group core", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group core",
"prepublishOnly": "../../scripts/npm-prepublish.js", "prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser --group core" "test": "cd ../../ && npm run test:browser -- --group core"
}, },
"sideEffects": false, "sideEffects": false,
"dependencies": { "dependencies": {

View file

@ -23,11 +23,11 @@
"types" "types"
], ],
"scripts": { "scripts": {
"debug": "cd ../../ && npm run debug --group dialog", "debug": "cd ../../ && npm run debug -- --group dialog",
"debug:firefox": "cd ../../ && npm run debug:firefox --group dialog", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group dialog",
"debug:webkit": "cd ../../ && npm run debug:webkit --group dialog", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group dialog",
"prepublishOnly": "../../scripts/npm-prepublish.js", "prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser --group dialog" "test": "cd ../../ && npm run test:browser -- --group dialog"
}, },
"sideEffects": [ "sideEffects": [
"lion-dialog.js", "lion-dialog.js",

View file

@ -23,11 +23,11 @@
"types" "types"
], ],
"scripts": { "scripts": {
"debug": "cd ../../ && npm run debug --group fieldset", "debug": "cd ../../ && npm run debug -- --group fieldset",
"debug:firefox": "cd ../../ && npm run debug:firefox --group fieldset", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group fieldset",
"debug:webkit": "cd ../../ && npm run debug:webkit --group fieldset", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group fieldset",
"prepublishOnly": "../../scripts/npm-prepublish.js", "prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser --group fieldset" "test": "cd ../../ && npm run test:browser -- --group fieldset"
}, },
"sideEffects": [ "sideEffects": [
"lion-fieldset.js", "lion-fieldset.js",

View file

@ -23,11 +23,11 @@
"types" "types"
], ],
"scripts": { "scripts": {
"debug": "cd ../../ && npm run debug --group form-core", "debug": "cd ../../ && npm run debug -- --group form-core",
"debug:firefox": "cd ../../ && npm run debug:firefox --group form-core", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group form-core",
"debug:webkit": "cd ../../ && npm run debug:webkit --group form-core", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group form-core",
"prepublishOnly": "../../scripts/npm-prepublish.js", "prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser --group form-core" "test": "cd ../../ && npm run test:browser -- --group form-core"
}, },
"sideEffects": [ "sideEffects": [
"lion-field.js", "lion-field.js",

View file

@ -23,11 +23,11 @@
"types" "types"
], ],
"scripts": { "scripts": {
"debug": "cd ../../ && npm run debug --group form-integrations", "debug": "cd ../../ && npm run debug -- --group form-integrations",
"debug:firefox": "cd ../../ && npm run debug:firefox --group form-integrations", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group form-integrations",
"debug:webkit": "cd ../../ && npm run debug:webkit --group form-integrations", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group form-integrations",
"prepublishOnly": "../../scripts/npm-prepublish.js", "prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser --group form-integrations" "test": "cd ../../ && npm run test:browser -- --group form-integrations"
}, },
"sideEffects": [ "sideEffects": [
"./docs/helper-wc/h-output.js" "./docs/helper-wc/h-output.js"

View file

@ -23,11 +23,11 @@
"types" "types"
], ],
"scripts": { "scripts": {
"debug": "cd ../../ && npm run debug --group form", "debug": "cd ../../ && npm run debug -- --group form",
"debug:firefox": "cd ../../ && npm run debug:firefox --group form", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group form",
"debug:webkit": "cd ../../ && npm run debug:webkit --group form", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group form",
"prepublishOnly": "../../scripts/npm-prepublish.js", "prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser --group form" "test": "cd ../../ && npm run test:browser -- --group form"
}, },
"sideEffects": [ "sideEffects": [
"lion-form.js" "lion-form.js"

View file

@ -20,11 +20,11 @@
"sortEachDepth" "sortEachDepth"
], ],
"scripts": { "scripts": {
"debug": "cd ../../ && npm run debug --group helpers", "debug": "cd ../../ && npm run debug -- --group helpers",
"debug:firefox": "cd ../../ && npm run debug:firefox --group helpers", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group helpers",
"debug:webkit": "cd ../../ && npm run debug:webkit --group helpers", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group helpers",
"prepublishOnly": "../../scripts/npm-prepublish.js", "prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser --group helpers" "test": "cd ../../ && npm run test:browser -- --group helpers"
}, },
"sideEffects": [ "sideEffects": [
"sb-action-logger.js", "sb-action-logger.js",

View file

@ -23,11 +23,11 @@
"types" "types"
], ],
"scripts": { "scripts": {
"debug": "cd ../../ && npm run debug --group icon", "debug": "cd ../../ && npm run debug -- --group icon",
"debug:firefox": "cd ../../ && npm run debug:firefox --group icon", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group icon",
"debug:webkit": "cd ../../ && npm run debug:webkit --group icon", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group icon",
"prepublishOnly": "../../scripts/npm-prepublish.js", "prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser --group icon" "test": "cd ../../ && npm run test:browser -- --group icon"
}, },
"sideEffects": [ "sideEffects": [
"lion-icon.js", "lion-icon.js",

View file

@ -23,11 +23,11 @@
"types" "types"
], ],
"scripts": { "scripts": {
"debug": "cd ../../ && npm run debug --group input-amount", "debug": "cd ../../ && npm run debug -- --group input-amount",
"debug:firefox": "cd ../../ && npm run debug:firefox --group input-amount", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group input-amount",
"debug:webkit": "cd ../../ && npm run debug:webkit --group input-amount", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group input-amount",
"prepublishOnly": "../../scripts/npm-prepublish.js", "prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser --group input-amount" "test": "cd ../../ && npm run test:browser -- --group input-amount"
}, },
"sideEffects": [ "sideEffects": [
"lion-input-amount.js" "lion-input-amount.js"

View file

@ -23,11 +23,11 @@
"types" "types"
], ],
"scripts": { "scripts": {
"debug": "cd ../../ && npm run debug --group input-date", "debug": "cd ../../ && npm run debug -- --group input-date",
"debug:firefox": "cd ../../ && npm run debug:firefox --group input-date", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group input-date",
"debug:webkit": "cd ../../ && npm run debug:webkit --group input-date", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group input-date",
"prepublishOnly": "../../scripts/npm-prepublish.js", "prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser --group input-date" "test": "cd ../../ && npm run test:browser -- --group input-date"
}, },
"sideEffects": [ "sideEffects": [
"lion-input-date.js" "lion-input-date.js"

View file

@ -23,11 +23,11 @@
"types" "types"
], ],
"scripts": { "scripts": {
"debug": "cd ../../ && npm run debug --group input-datepicker", "debug": "cd ../../ && npm run debug -- --group input-datepicker",
"debug:firefox": "cd ../../ && npm run debug:firefox --group input-datepicker", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group input-datepicker",
"debug:webkit": "cd ../../ && npm run debug:webkit --group input-datepicker", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group input-datepicker",
"prepublishOnly": "../../scripts/npm-prepublish.js", "prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser --group input-datepicker" "test": "cd ../../ && npm run test:browser -- --group input-datepicker"
}, },
"sideEffects": [ "sideEffects": [
"lion-input-datepicker.js" "lion-input-datepicker.js"

View file

@ -23,11 +23,11 @@
"types" "types"
], ],
"scripts": { "scripts": {
"debug": "cd ../../ && npm run debug --group input-email", "debug": "cd ../../ && npm run debug -- --group input-email",
"debug:firefox": "cd ../../ && npm run debug:firefox --group input-email", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group input-email",
"debug:webkit": "cd ../../ && npm run debug:webkit --group input-email", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group input-email",
"prepublishOnly": "../../scripts/npm-prepublish.js", "prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser --group input-email" "test": "cd ../../ && npm run test:browser -- --group input-email"
}, },
"sideEffects": [ "sideEffects": [
"lion-input-email.js" "lion-input-email.js"

View file

@ -23,11 +23,11 @@
"types" "types"
], ],
"scripts": { "scripts": {
"debug": "cd ../../ && npm run debug --group input-iban", "debug": "cd ../../ && npm run debug -- --group input-iban",
"debug:firefox": "cd ../../ && npm run debug:firefox --group input-iban", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group input-iban",
"debug:webkit": "cd ../../ && npm run debug:webkit --group input-iban", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group input-iban",
"prepublishOnly": "../../scripts/npm-prepublish.js", "prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser --group input-iban" "test": "cd ../../ && npm run test:browser -- --group input-iban"
}, },
"sideEffects": [ "sideEffects": [
"lion-input-iban.js" "lion-input-iban.js"

View file

@ -23,11 +23,11 @@
"types" "types"
], ],
"scripts": { "scripts": {
"debug": "cd ../../ && npm run debug --group input-range", "debug": "cd ../../ && npm run debug -- --group input-range",
"debug:firefox": "cd ../../ && npm run debug:firefox --group input-range", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group input-range",
"debug:webkit": "cd ../../ && npm run debug:webkit --group input-range", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group input-range",
"prepublishOnly": "../../scripts/npm-prepublish.js", "prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser --group input-range" "test": "cd ../../ && npm run test:browser -- --group input-range"
}, },
"sideEffects": [ "sideEffects": [
"lion-input-range.js" "lion-input-range.js"

View file

@ -23,11 +23,11 @@
"types" "types"
], ],
"scripts": { "scripts": {
"debug": "cd ../../ && npm run debug --group input-stepper", "debug": "cd ../../ && npm run debug -- --group input-stepper",
"debug:firefox": "cd ../../ && npm run debug:firefox --group input-stepper", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group input-stepper",
"debug:webkit": "cd ../../ && npm run debug:webkit --group input-stepper", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group input-stepper",
"prepublishOnly": "../../scripts/npm-prepublish.js", "prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser --group input-stepper" "test": "cd ../../ && npm run test:browser -- --group input-stepper"
}, },
"sideEffects": [ "sideEffects": [
"lion-input-stepper.js" "lion-input-stepper.js"

View file

@ -23,11 +23,11 @@
"types" "types"
], ],
"scripts": { "scripts": {
"debug": "cd ../../ && npm run debug --group input", "debug": "cd ../../ && npm run debug -- --group input",
"debug:firefox": "cd ../../ && npm run debug:firefox --group input", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group input",
"debug:webkit": "cd ../../ && npm run debug:webkit --group input", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group input",
"prepublishOnly": "../../scripts/npm-prepublish.js", "prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser --group input" "test": "cd ../../ && npm run test:browser -- --group input"
}, },
"sideEffects": [ "sideEffects": [
"lion-input.js" "lion-input.js"

View file

@ -23,11 +23,11 @@
"types" "types"
], ],
"scripts": { "scripts": {
"debug": "cd ../../ && npm run debug --group listbox", "debug": "cd ../../ && npm run debug -- --group listbox",
"debug:firefox": "cd ../../ && npm run debug:firefox --group listbox", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group listbox",
"debug:webkit": "cd ../../ && npm run debug:webkit --group listbox", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group listbox",
"prepublishOnly": "../../scripts/npm-prepublish.js", "prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser --group listbox" "test": "cd ../../ && npm run test:browser -- --group listbox"
}, },
"sideEffects": [ "sideEffects": [
"lion-listbox.js", "lion-listbox.js",

View file

@ -23,11 +23,11 @@
"types" "types"
], ],
"scripts": { "scripts": {
"debug": "cd ../../ && npm run debug --group localize", "debug": "cd ../../ && npm run debug -- --group localize",
"debug:firefox": "cd ../../ && npm run debug:firefox --group localize", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group localize",
"debug:webkit": "cd ../../ && npm run debug:webkit --group localize", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group localize",
"prepublishOnly": "../../scripts/npm-prepublish.js", "prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser --group localize" "test": "cd ../../ && npm run test:browser -- --group localize"
}, },
"sideEffects": false, "sideEffects": false,
"dependencies": { "dependencies": {

View file

@ -23,11 +23,11 @@
"types" "types"
], ],
"scripts": { "scripts": {
"debug": "cd ../../ && npm run debug --group overlays", "debug": "cd ../../ && npm run debug -- --group overlays",
"debug:firefox": "cd ../../ && npm run debug:firefox --group overlays", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group overlays",
"debug:webkit": "cd ../../ && npm run debug:webkit --group overlays", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group overlays",
"prepublishOnly": "../../scripts/npm-prepublish.js", "prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser --group overlays" "test": "cd ../../ && npm run test:browser -- --group overlays"
}, },
"sideEffects": [ "sideEffects": [
"./docs/demo-overlay-system.js", "./docs/demo-overlay-system.js",

View file

@ -23,11 +23,11 @@
"types" "types"
], ],
"scripts": { "scripts": {
"debug": "cd ../../ && npm run debug --group pagination", "debug": "cd ../../ && npm run debug -- --group pagination",
"debug:firefox": "cd ../../ && npm run debug:firefox --group pagination", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group pagination",
"debug:webkit": "cd ../../ && npm run debug:webkit --group pagination", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group pagination",
"prepublishOnly": "../../scripts/npm-prepublish.js", "prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser --group pagination" "test": "cd ../../ && npm run test:browser -- --group pagination"
}, },
"sideEffects": [ "sideEffects": [
"lion-pagination.js" "lion-pagination.js"

View file

@ -21,11 +21,11 @@
"types" "types"
], ],
"scripts": { "scripts": {
"debug": "cd ../../ && npm run debug --group progress-indicator", "debug": "cd ../../ && npm run debug -- --group progress-indicator",
"debug:firefox": "cd ../../ && npm run debug:firefox --group progress-indicator", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group progress-indicator",
"debug:webkit": "cd ../../ && npm run debug:webkit --group progress-indicator", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group progress-indicator",
"prepublishOnly": "../../scripts/npm-prepublish.js", "prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser --group progress-indicator" "test": "cd ../../ && npm run test:browser -- --group progress-indicator"
}, },
"sideEffects": [ "sideEffects": [
"lion-progress-indicator.js" "lion-progress-indicator.js"

View file

@ -23,11 +23,11 @@
"types" "types"
], ],
"scripts": { "scripts": {
"debug": "cd ../../ && npm run debug --group radio-group", "debug": "cd ../../ && npm run debug -- --group radio-group",
"debug:firefox": "cd ../../ && npm run debug:firefox --group radio-group", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group radio-group",
"debug:webkit": "cd ../../ && npm run debug:webkit --group radio-group", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group radio-group",
"prepublishOnly": "../../scripts/npm-prepublish.js", "prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser --group radio-group" "test": "cd ../../ && npm run test:browser -- --group radio-group"
}, },
"sideEffects": [ "sideEffects": [
"lion-radio.js", "lion-radio.js",

View file

@ -23,11 +23,11 @@
"types" "types"
], ],
"scripts": { "scripts": {
"debug": "cd ../../ && npm run debug --group select-rich", "debug": "cd ../../ && npm run debug -- --group select-rich",
"debug:firefox": "cd ../../ && npm run debug:firefox --group select-rich", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group select-rich",
"debug:webkit": "cd ../../ && npm run debug:webkit --group select-rich", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group select-rich",
"prepublishOnly": "../../scripts/npm-prepublish.js", "prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser --group select-rich" "test": "cd ../../ && npm run test:browser -- --group select-rich"
}, },
"sideEffects": [ "sideEffects": [
"lion-select-invoker.js", "lion-select-invoker.js",

View file

@ -23,11 +23,11 @@
"types" "types"
], ],
"scripts": { "scripts": {
"debug": "cd ../../ && npm run debug --group select", "debug": "cd ../../ && npm run debug -- --group select",
"debug:firefox": "cd ../../ && npm run debug:firefox --group select", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group select",
"debug:webkit": "cd ../../ && npm run debug:webkit --group select", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group select",
"prepublishOnly": "../../scripts/npm-prepublish.js", "prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser --group select" "test": "cd ../../ && npm run test:browser -- --group select"
}, },
"sideEffects": [ "sideEffects": [
"lion-select.js" "lion-select.js"

View file

@ -23,11 +23,11 @@
"types" "types"
], ],
"scripts": { "scripts": {
"debug": "cd ../../ && npm run debug --group steps", "debug": "cd ../../ && npm run debug -- --group steps",
"debug:firefox": "cd ../../ && npm run debug:firefox --group steps", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group steps",
"debug:webkit": "cd ../../ && npm run debug:webkit --group steps", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group steps",
"prepublishOnly": "../../scripts/npm-prepublish.js", "prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser --group steps" "test": "cd ../../ && npm run test:browser -- --group steps"
}, },
"sideEffects": [ "sideEffects": [
"lion-step.js", "lion-step.js",

View file

@ -23,11 +23,11 @@
"types" "types"
], ],
"scripts": { "scripts": {
"debug": "cd ../../ && npm run debug --group switch", "debug": "cd ../../ && npm run debug -- --group switch",
"debug:firefox": "cd ../../ && npm run debug:firefox --group switch", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group switch",
"debug:webkit": "cd ../../ && npm run debug:webkit --group switch", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group switch",
"prepublishOnly": "../../scripts/npm-prepublish.js", "prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser --group switch" "test": "cd ../../ && npm run test:browser -- --group switch"
}, },
"sideEffects": [ "sideEffects": [
"lion-switch.js", "lion-switch.js",

View file

@ -23,11 +23,11 @@
"types" "types"
], ],
"scripts": { "scripts": {
"debug": "cd ../../ && npm run debug --group tabs", "debug": "cd ../../ && npm run debug -- --group tabs",
"debug:firefox": "cd ../../ && npm run debug:firefox --group tabs", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group tabs",
"debug:webkit": "cd ../../ && npm run debug:webkit --group tabs", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group tabs",
"prepublishOnly": "../../scripts/npm-prepublish.js", "prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser --group tabs" "test": "cd ../../ && npm run test:browser -- --group tabs"
}, },
"sideEffects": [ "sideEffects": [
"lion-tabs.js" "lion-tabs.js"

View file

@ -23,11 +23,11 @@
"types" "types"
], ],
"scripts": { "scripts": {
"debug": "cd ../../ && npm run debug --group textarea", "debug": "cd ../../ && npm run debug -- --group textarea",
"debug:firefox": "cd ../../ && npm run debug:firefox --group textarea", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group textarea",
"debug:webkit": "cd ../../ && npm run debug:webkit --group textarea", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group textarea",
"prepublishOnly": "../../scripts/npm-prepublish.js", "prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser --group textarea" "test": "cd ../../ && npm run test:browser -- --group textarea"
}, },
"sideEffects": [ "sideEffects": [
"lion-textarea.js" "lion-textarea.js"

View file

@ -23,11 +23,11 @@
"types" "types"
], ],
"scripts": { "scripts": {
"debug": "cd ../../ && npm run debug --group tooltip", "debug": "cd ../../ && npm run debug -- --group tooltip",
"debug:firefox": "cd ../../ && npm run debug:firefox --group tooltip", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group tooltip",
"debug:webkit": "cd ../../ && npm run debug:webkit --group tooltip", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group tooltip",
"prepublishOnly": "../../scripts/npm-prepublish.js", "prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser --group tooltip" "test": "cd ../../ && npm run test:browser -- --group tooltip"
}, },
"sideEffects": [ "sideEffects": [
"lion-tooltip.js", "lion-tooltip.js",

View file

@ -23,11 +23,11 @@
"types" "types"
], ],
"scripts": { "scripts": {
"debug": "cd ../../ && npm run debug --group validate-messages", "debug": "cd ../../ && npm run debug -- --group validate-messages",
"debug:firefox": "cd ../../ && npm run debug:firefox --group validate-messages", "debug:firefox": "cd ../../ && npm run debug:firefox -- --group validate-messages",
"debug:webkit": "cd ../../ && npm run debug:webkit --group validate-messages", "debug:webkit": "cd ../../ && npm run debug:webkit -- --group validate-messages",
"prepublishOnly": "../../scripts/npm-prepublish.js", "prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser --group validate-messages" "test": "cd ../../ && npm run test:browser -- --group validate-messages"
}, },
"dependencies": { "dependencies": {
"@lion/core": "0.13.2", "@lion/core": "0.13.2",