@sap-ux/yaml
Advanced tools
Comparing version 0.13.0 to 0.13.1
@@ -12,3 +12,3 @@ { | ||
}, | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"main": "dist/index.js", | ||
@@ -34,4 +34,5 @@ "files": [ | ||
"scripts": { | ||
"build": "pnpm clean && tsc -p tsconfig-build.json", | ||
"clean": "rimraf dist test/test-output coverage", | ||
"build": "tsc --build", | ||
"watch": "tsc --watch", | ||
"clean": "rimraf dist test/test-output coverage *.tsbuildinfo", | ||
"format": "prettier --write '**/*.{js,json,ts,yaml,yml}' --ignore-path ../../.prettierignore", | ||
@@ -41,3 +42,2 @@ "lint": "eslint . --ext .ts", | ||
"test": "jest --ci --forceExit --detectOpenHandles --colors", | ||
"watch": "tsc --watch", | ||
"link": "pnpm link --global", | ||
@@ -44,0 +44,0 @@ "unlink": "pnpm unlink --global" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39783