@cspell/dict-sql
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "@cspell/dict-sql", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "SQL dictionary for cspell.", | ||
@@ -14,8 +14,8 @@ "publishConfig": { | ||
"scripts": { | ||
"build": "cat source-files.txt | xargs cspell-tools-cli compile -M sql -o .", | ||
"test": "yarn test-dict && yarn test-samples", | ||
"test-dict": "head -n 1000 \"src/sql.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=sql\" stdin", | ||
"build": "cspell-tools-cli build", | ||
"test": "pnpm test-dict && pnpm test-samples", | ||
"test-dict": "shx head -n 1000 \"src/sql.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=sql\" stdin", | ||
"test-samples": "cspell \"samples/**\"", | ||
"prepublishOnly": "echo pre-publish", | ||
"prepare": "yarn run build" | ||
"prepare": "pnpm run build" | ||
}, | ||
@@ -45,3 +45,3 @@ "repository": { | ||
], | ||
"gitHead": "7488f0ff144ce7cb739dc2e8ed33ae046700c019" | ||
"gitHead": "a93ee20360d9a76828b8c40653a0eb253dd34f2b" | ||
} |
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
8754