Fix bin/publish: use correct .env path for rspade_system Fix bin/publish script: prevent grep exit code 1 from terminating script 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
27 lines
592 B
JSON
Executable File
27 lines
592 B
JSON
Executable File
{
|
|
"name": "codemirror-spell-checker",
|
|
"version": "1.1.2",
|
|
"homepage": "https://github.com/NextStepWebs/codemirror-spell-checker",
|
|
"authors": [
|
|
"Wes Cossick <https://wescossick.com>"
|
|
],
|
|
"description": "Dead-simple spell checking in CodeMirror.",
|
|
"main": ["dist/spell-checker.min.js", "dist/spell-checker.min.css", "dist/en_US.aff", "dist/en_US.dic"],
|
|
"keywords": [
|
|
"codemirror",
|
|
"code",
|
|
"mirror",
|
|
"spell",
|
|
"checker",
|
|
"checking",
|
|
"spellchecker",
|
|
"spellchecking",
|
|
"javascript"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components"
|
|
]
|
|
} |