Skip to content

Commit

Permalink
fix: Publish Julia dictionary (#3044)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Mar 12, 2024
1 parent 3639a20 commit 7415530
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dictionaries/julia/package.json
@@ -1,8 +1,7 @@
{
"name": "@cspell/dict-julia",
"version": "1.0.0",
"description": "Julia dictionary for cspell. -- Private until verified",
"private": true,
"description": "Julia dictionary for cspell.",
"publishConfig": {
"access": "public"
},
Expand All @@ -12,7 +11,7 @@
"./cspell-ext.json": "./cspell-ext.json"
},
"scripts": {
"build": "cross-env NODE_OPTIONS=--max_old_space_size=8192 cspell-tools-cli build",
"build": "cspell-tools-cli build",
"test": "pnpm run test:words && pnpm run test:samples",
"test:samples": "cspell samples",
"test:words": "head -n 1000 \"src/julia.txt\" | cspell -c ./cspell-ext.json \"--locale=*\" \"--languageId=julia\" stdin",
Expand All @@ -21,7 +20,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/julia"
},
"keywords": [
"cspell",
Expand Down

0 comments on commit 7415530

Please sign in to comment.