-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add kill-others-on-fail to match original behaviour of npm-run-all
- Loading branch information
Showing
1 changed file
with
83 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,97 +1,97 @@ | ||
{ | ||
"author" : "Zestia", | ||
"dependencies" : { | ||
"@ember/test-waiters" : "^3.0.2", | ||
"@zestia/animation-utils" : "^4.2.0", | ||
"ember-auto-import" : "^2.6.0", | ||
"ember-cli-babel" : "^7.26.11", | ||
"ember-cli-htmlbars" : "^6.2.0", | ||
"ember-modifier" : "^4.0.0" | ||
"author": "Zestia", | ||
"dependencies": { | ||
"@ember/test-waiters": "^3.0.2", | ||
"@zestia/animation-utils": "^4.2.0", | ||
"ember-auto-import": "^2.6.0", | ||
"ember-cli-babel": "^7.26.11", | ||
"ember-cli-htmlbars": "^6.2.0", | ||
"ember-modifier": "^4.0.0" | ||
}, | ||
"description" : "Message components for Ember apps & addons", | ||
"devDependencies" : { | ||
"@ember/optional-features" : "^2.0.0", | ||
"@ember/string" : "^3.0.1", | ||
"@ember/test-helpers" : "^2.9.3", | ||
"@embroider/test-setup" : "^2.1.1", | ||
"@glimmer/component" : "^1.1.2", | ||
"@glimmer/tracking" : "^1.1.2", | ||
"@zestia/eslint-config" : "^4.0.14", | ||
"@zestia/prettier-config" : "^1.0.9", | ||
"@zestia/stylelint-config" : "^4.1.5", | ||
"@zestia/template-lint-config" : "^6.0.3", | ||
"babel-eslint" : "^10.1.0", | ||
"broccoli-asset-rev" : "^3.0.0", | ||
"concurrently" : "^7.6.0", | ||
"ember-cli" : "^4.10.0", | ||
"ember-cli-dependency-checker" : "^3.3.1", | ||
"ember-cli-github-pages" : "^0.2.2", | ||
"ember-cli-inject-live-reload" : "^2.1.0", | ||
"ember-cli-sass" : "^11.0.1", | ||
"ember-cli-sri" : "^2.1.1", | ||
"ember-cli-terser" : "^4.0.2", | ||
"ember-load-initializers" : "^2.1.2", | ||
"ember-qunit" : "^6.1.1", | ||
"ember-resolver" : "^10.0.0", | ||
"ember-source" : "~4.10.0", | ||
"ember-source-channel-url" : "^3.0.0", | ||
"ember-template-lint" : "^5.3.2", | ||
"ember-try" : "^2.0.0", | ||
"eslint" : "^7.32.0", | ||
"eslint-plugin-n" : "^15.6.1", | ||
"loader.js" : "^4.7.0", | ||
"prettier" : "^2.8.3", | ||
"qunit" : "^2.19.4", | ||
"qunit-dom" : "^2.0.0", | ||
"release-it" : "^15.6.0", | ||
"sass" : "^1.57.1", | ||
"stylelint" : "^14.16.1", | ||
"webpack" : "^5.75.0" | ||
"description": "Message components for Ember apps & addons", | ||
"devDependencies": { | ||
"@ember/optional-features": "^2.0.0", | ||
"@ember/string": "^3.0.1", | ||
"@ember/test-helpers": "^2.9.3", | ||
"@embroider/test-setup": "^2.1.1", | ||
"@glimmer/component": "^1.1.2", | ||
"@glimmer/tracking": "^1.1.2", | ||
"@zestia/eslint-config": "^4.0.14", | ||
"@zestia/prettier-config": "^1.0.9", | ||
"@zestia/stylelint-config": "^4.1.5", | ||
"@zestia/template-lint-config": "^6.0.3", | ||
"babel-eslint": "^10.1.0", | ||
"broccoli-asset-rev": "^3.0.0", | ||
"concurrently": "^7.6.0", | ||
"ember-cli": "^4.10.0", | ||
"ember-cli-dependency-checker": "^3.3.1", | ||
"ember-cli-github-pages": "^0.2.2", | ||
"ember-cli-inject-live-reload": "^2.1.0", | ||
"ember-cli-sass": "^11.0.1", | ||
"ember-cli-sri": "^2.1.1", | ||
"ember-cli-terser": "^4.0.2", | ||
"ember-load-initializers": "^2.1.2", | ||
"ember-qunit": "^6.1.1", | ||
"ember-resolver": "^10.0.0", | ||
"ember-source": "~4.10.0", | ||
"ember-source-channel-url": "^3.0.0", | ||
"ember-template-lint": "^5.3.2", | ||
"ember-try": "^2.0.0", | ||
"eslint": "^7.32.0", | ||
"eslint-plugin-n": "^15.6.1", | ||
"loader.js": "^4.7.0", | ||
"prettier": "^2.8.3", | ||
"qunit": "^2.19.4", | ||
"qunit-dom": "^2.0.0", | ||
"release-it": "^15.6.0", | ||
"sass": "^1.57.1", | ||
"stylelint": "^14.16.1", | ||
"webpack": "^5.75.0" | ||
}, | ||
"directories" : { | ||
"doc" : "doc", | ||
"test" : "tests" | ||
"directories": { | ||
"doc": "doc", | ||
"test": "tests" | ||
}, | ||
"ember" : { | ||
"edition" : "octane" | ||
"ember": { | ||
"edition": "octane" | ||
}, | ||
"ember-addon" : { | ||
"configPath" : "tests/dummy/config" | ||
"ember-addon": { | ||
"configPath": "tests/dummy/config" | ||
}, | ||
"engines" : { | ||
"node" : "14.* || 16.* || >= 18" | ||
"engines": { | ||
"node": "14.* || 16.* || >= 18" | ||
}, | ||
"keywords" : [ | ||
"keywords": [ | ||
"ember-addon", | ||
"message", | ||
"flash" | ||
], | ||
"license" : "MIT", | ||
"name" : "@zestia/ember-messages", | ||
"peerDependencies" : { | ||
"ember-source" : "^3.28.0 || ^4.0.0" | ||
"license": "MIT", | ||
"name": "@zestia/ember-messages", | ||
"peerDependencies": { | ||
"ember-source": "^3.28.0 || ^4.0.0" | ||
}, | ||
"repository" : { | ||
"type" : "git", | ||
"url" : "https://github.com/zestia/ember-messages.git" | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/zestia/ember-messages.git" | ||
}, | ||
"scripts" : { | ||
"build" : "ember build --environment=production", | ||
"deploy" : "ember build --environment production && ember github-pages:commit --message \"Deploy gh-pages from commit $(git rev-parse HEAD)\" && git push origin gh-pages:gh-pages", | ||
"lint" : "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"", | ||
"lint:css" : "stylelint '**/*.{css,scss}'", | ||
"lint:css:fix" : "stylelint '**/*.{css,scss}' --fix", | ||
"lint:fix" : "concurrently \"npm:lint:*:fix\" --names \"fix:\"", | ||
"lint:hbs" : "ember-template-lint .", | ||
"lint:hbs:fix" : "ember-template-lint . --fix", | ||
"lint:js" : "eslint . --cache", | ||
"lint:js:fix" : "eslint . --fix", | ||
"prettier" : "prettier . --write", | ||
"release" : "release-it", | ||
"start" : "ember serve", | ||
"test" : "concurrently \"npm:lint\" \"npm:test:ember\" --names \"lint,test:\"", | ||
"test:ember" : "ember test", | ||
"test:ember-compatibility" : "ember try:each" | ||
"scripts": { | ||
"build": "ember build --environment=production", | ||
"deploy": "ember build --environment production && ember github-pages:commit --message \"Deploy gh-pages from commit $(git rev-parse HEAD)\" && git push origin gh-pages:gh-pages", | ||
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"", | ||
"lint:css": "stylelint '**/*.{css,scss}'", | ||
"lint:css:fix": "stylelint '**/*.{css,scss}' --fix", | ||
"lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"", | ||
"lint:hbs": "ember-template-lint .", | ||
"lint:hbs:fix": "ember-template-lint . --fix", | ||
"lint:js": "eslint . --cache", | ||
"lint:js:fix": "eslint . --fix", | ||
"prettier": "prettier . --write", | ||
"release": "release-it", | ||
"start": "ember serve", | ||
"test": "concurrently --kill-others-on-fail \"npm:lint\" \"npm:test:ember\" --names \"lint,test:\"", | ||
"test:ember": "ember test", | ||
"test:ember-compatibility": "ember try:each" | ||
}, | ||
"version" : "3.4.0" | ||
} | ||
"version": "3.4.0" | ||
} |