Skip to content

Commit

Permalink
feat: Use @nginx/reference-lib (#323)
Browse files Browse the repository at this point in the history
Switch to using official NGINX libraries for reference material.
  • Loading branch information
danielledeleo authored Jun 8, 2024
1 parent 2f9af66 commit d5910a0
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 8,137 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monaco-editor-nginx",
"version": "1.0.16",
"version": "1.1.0",
"description": "Nginx language for Monaco Editor.",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand All @@ -12,7 +12,6 @@
"start": "kkt start --app-src ./website",
"watch": "tsbb watch src/*.{tsx,ts} --use-babel --cjs cjs",
"build": "tsbb build src/*.{tsx,ts} --use-babel --cjs cjs --bail",
"get:nginx": "ts-node --project scripts/tsconfig.json scripts/directives.ts",
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
"map": "source-map-explorer build/static/js/*.js --html build/website-result.html"
},
Expand Down Expand Up @@ -46,10 +45,11 @@
"@kkt/less-modules": "^7.4.9",
"@kkt/raw-modules": "^7.4.9",
"@kkt/scope-plugin-options": "^7.4.9",
"@uiw/react-monacoeditor": "^3.5.8",
"@types/turndown": "~5.0.1",
"@nginx/reference-lib": "^1.0.14",
"@types/react": "^18.0.31",
"@types/react-dom": "^18.0.11",
"@types/turndown": "~5.0.1",
"@uiw/react-monacoeditor": "^3.5.8",
"@wcj/dark-mode": "^1.0.13",
"cheerio": "~1.0.0-rc.10",
"compile-less-cli": "~1.9.0",
Expand All @@ -62,10 +62,10 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"source-map-explorer": "^2.5.3",
"turndown": "^7.1.2",
"ts-node": "^10.9.1",
"typescript": "^5.1.3",
"tsbb": "^4.1.11"
"tsbb": "^4.1.11",
"turndown": "^7.1.2",
"typescript": "^5.1.3"
},
"overrides": {
"typescript": "^5.1.3"
Expand Down
Loading

0 comments on commit d5910a0

Please sign in to comment.