Skip to content

Commit 0342db2

Browse files
committed
chore: update install command for npm and fix repo URL
1 parent 5b68291 commit 0342db2

2 files changed

Lines changed: 14 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Ruby language support for [CodeMirror 6](https://codemirror.net/), built on a [L
77
## Install
88

99
```bash
10-
npm install github:jeanpaulsio/codemirror-lang-ruby
10+
npm install codemirror-lang-ruby
1111
```
1212

1313
## Usage

package.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,22 @@
1111
"require": "./dist/index.cjs"
1212
},
1313
"sideEffects": false,
14-
"keywords": ["codemirror", "ruby", "lezer", "syntax", "highlighting", "editor"],
15-
"files": ["dist", "src/syntax.grammar"],
14+
"keywords": [
15+
"codemirror",
16+
"ruby",
17+
"lezer",
18+
"syntax",
19+
"highlighting",
20+
"editor"
21+
],
22+
"files": [
23+
"dist",
24+
"src/syntax.grammar"
25+
],
1626
"license": "MIT",
1727
"repository": {
1828
"type": "git",
19-
"url": "https://github.com/jeanpaulsio/codemirror-lang-ruby"
29+
"url": "git+https://github.com/jeanpaulsio/codemirror-lang-ruby.git"
2030
},
2131
"scripts": {
2232
"build": "rollup -c",

0 commit comments

Comments
 (0)