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"
],
"scripts": {
"debug": "cd ../../ && npm run debug --group accordion",
"debug:firefox": "cd ../../ && npm run debug:firefox --group accordion",
"debug:webkit": "cd ../../ && npm run debug:webkit --group accordion",
"debug": "cd ../../ && npm run debug -- --group accordion",
"debug:firefox": "cd ../../ && npm run debug:firefox -- --group accordion",
"debug:webkit": "cd ../../ && npm run debug:webkit -- --group accordion",
"prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && npm run test:browser --group accordion"
"test": "cd ../../ && npm run test:browser -- --group accordion"
},
"sideEffects": [
"lion-accordion.js"

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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