From 2287804fb0132ec64ac88d381bb7114f3503c9c7 Mon Sep 17 00:00:00 2001 From: "Dimitar G. Mustakinov" Date: Mon, 8 Jan 2024 08:12:41 +0200 Subject: [PATCH] SOF-1678 - fixes indentation --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7ec8a2e..b96b342 100755 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "unit": "Build the library and run unit tests", "test": "Lint, build, and test the library", "watch": "Watch source files, rebuild library on changes", - "test-watch": "Watch spec files, re-run tests on changes", + "test-watch": "Watch spec files, re-run tests on changes", "cov": "Run tests, generate the HTML coverage report, and open it in a browser", "docs": "Generate HTML API documentation and open it in a browser", "docs:publish": "Generate HTML API documentation and push it to GitHub Pages", @@ -73,8 +73,8 @@ "release": "Clean, build, test, publish docs, and prepare release (a one-step publish process)", "ci": "Test script for running by the CI (CircleCI)", "validate:dependencies": "Scan dependencies for vulnerabilities and check licenses", - "validate": "Test if license of any package in use complies to be one of MIT;MIT/X11;BSD;BSD-3-Clause;BSD-2-Clause;ISC;Apache;Apache-2.0;Unlicense", - "validate-summary": "Performs license validation and outputs summary of the license usage." + "validate": "Test if license of any package in use complies to be one of MIT;MIT/X11;BSD;BSD-3-Clause;BSD-2-Clause;ISC;Apache;Apache-2.0;Unlicense", + "validate-summary": "Performs license validation and outputs summary of the license usage." }, "license": "MIT", "dependencies": {