Skip to content

Commit

Permalink
SOF-1678 - fixes indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
k-primeholding-dim committed Jan 8, 2024
1 parent 7b711ff commit 2287804
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit 2287804

Please sign in to comment.