Skip to content

Commit

Permalink
fix: change repository name (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raubzeug authored Jul 22, 2024
1 parent 852d03d commit 12dede2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
release:
if: github.repository == '@ydb-platform/monaco-yql-languages'
if: github.repository == 'ydb-platform/monaco-yql-languages'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# @ydb-platform/monaco-yql-languages · [![npm package](https://img.shields.io/npm/v/@ydb-platform/monaco-yql-languages)](https://www.npmjs.com/package/@ydb-platform/monaco-yql-languages) [![CI](https://img.shields.io/github/actions/workflow/status/ydb-platform/monaco-yql-languages/.github/workflows/ci.yml?label=CI&logo=github)](https://github.com/ydb-platform/monaco-yql-languages/actions/workflows/ci.yml?query=branch:main) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/ydb-platform/monaco-yql-languages/blob/main/LICENSE)
# @ydb-platform/monaco-yql-languages · [![npm package](https://img.shields.io/npm/v/monaco-yql-languages)](https://www.npmjs.com/package/monaco-yql-languages) [![CI](https://img.shields.io/github/actions/workflow/status/ydb-platform/monaco-yql-languages/.github/workflows/ci.yml?label=CI&logo=github)](https://github.com/ydb-platform/monaco-yql-languages/actions/workflows/ci.yml?query=branch:main)

## Install

```
npm install --save monaco-editor monaco-editor-webpack-plugin @ydb-platform/monaco-yql-languages
npm install --save monaco-editor monaco-editor-webpack-plugin monaco-yql-languages
```

## Usage
Expand All @@ -12,9 +12,7 @@ Add `customLanguages` section to monaco-editor-webpack-plugin options:

```json
{
"customLanguages": [
{"label": "yql", "entry": "@ydb-platform/monaco-yql-languages/build/monaco.contribution"}
]
"customLanguages": [{"label": "yql", "entry": "monaco-yql-languages/build/monaco.contribution"}]
}
```

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@ydb-platform/monaco-yql-languages",
"name": "monaco-yql-languages",
"version": "1.0.0",
"description": "YQL languages for the Monaco Editor, based on monaco-languages.",
"author": "YDB",
Expand All @@ -20,7 +20,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/ydb-platform/monaco-yql-languages"
"url": "git@github.com:ydb-platform/monaco-yql-languages.git"
},
"devDependencies": {
"@gravity-ui/eslint-config": "^3.1.1",
Expand Down

0 comments on commit 12dede2

Please sign in to comment.