@cspell/dict-npm
Advanced tools
Comparing version 2.0.5 to 3.0.0
{ | ||
"name": "@cspell/dict-npm", | ||
"version": "2.0.5", | ||
"version": "3.0.0", | ||
"description": "Dictionary of common NPM packages for cspell.", | ||
@@ -14,3 +14,3 @@ "publishConfig": { | ||
"scripts": { | ||
"build": "cspell-tools compile \"npm.txt\" -o .", | ||
"build": "cspell-tools-cli compile --split \"npm.txt\" -o .", | ||
"test": "head -n 100 \"npm.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=javascript\" stdin", | ||
@@ -41,3 +41,3 @@ "prepublishOnly": "echo pre-publish", | ||
], | ||
"gitHead": "7ec72a12fea27dcfcd570c9dc702f85d8ca9a63f" | ||
"gitHead": "e7007a48f8fb0ee8ef8fe0c4b54b61ce939596fb" | ||
} |
@@ -1,10 +0,10 @@ | ||
# Cspell NPM Dictionary | ||
# CSpell NPM Dictionary | ||
NPM dictionary for cspell. | ||
NPM dictionary for CSpell. | ||
This is a pre-built dictionary for use with cspell. | ||
This is a pre-built dictionary for use with CSpell. | ||
## Installation | ||
Global Install and add to cspell global settings. | ||
Global Install and add to CSpell global settings. | ||
@@ -16,3 +16,3 @@ ```sh | ||
## Uninstall from cspell | ||
## Uninstall from CSpell | ||
@@ -35,10 +35,6 @@ ```sh | ||
## Building | ||
# Dictionary Development | ||
Building is only necessary if you want to modify the contents of the dictionary. Note: Building will take a few minutes for large files. | ||
See: [How to Create a New Dictionary](https://github.com/streetsidesoftware/cspell-dicts#how-to-create-a-new-dictionary) | ||
```sh | ||
npm run build | ||
``` | ||
## License | ||
@@ -45,0 +41,0 @@ |
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
8082
43