diff --git a/dictionaries/julia/package.json b/dictionaries/julia/package.json index b84c4f55565..86dcb1f3863 100644 --- a/dictionaries/julia/package.json +++ b/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" }, @@ -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", @@ -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",