@cspell/dict-filetypes
Advanced tools
Comparing version 3.0.3 to 3.0.4
{ | ||
"name": "@cspell/dict-filetypes", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "Filetypes dictionary for cspell.", | ||
@@ -14,4 +14,4 @@ "publishConfig": { | ||
"scripts": { | ||
"build": "cspell-tools-cli compile \"filetypes.txt\" -o .", | ||
"test": "shx cat \"filetypes.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=*\" stdin", | ||
"build": "cspell-tools-cli build", | ||
"test": "shx cat \"src/filetypes.txt\" | cspell -c ./cspell-ext.json \"--locale=*\" \"--languageId=*\" stdin", | ||
"prepublishOnly": "echo pre-publish", | ||
@@ -22,3 +22,4 @@ "prepare:dictionary": "pnpm run build" | ||
"type": "git", | ||
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git" | ||
"url": "https://github.com/streetsidesoftware/cspell-dict.git", | ||
"directory": "dictionaries/filetypes" | ||
}, | ||
@@ -32,3 +33,3 @@ "keywords": [ | ||
], | ||
"author": "Jason Dent", | ||
"author": "Street Side Software <support@streetsidesoftware.nl>", | ||
"license": "MIT", | ||
@@ -43,3 +44,3 @@ "bugs": { | ||
], | ||
"gitHead": "a411ccc24d2713bd0ec0b628c4c5a6de57e9f4e4" | ||
"gitHead": "a506a9a830bd15d4d2757c30a1d370920d764ec3" | ||
} |
Sorry, the diff of this file is not supported yet
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
5431