ruby-lsp 0.8.13 → 1.0.7
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "ruby-lsp",
|
3
|
-
"version": "0.
|
3
|
+
"version": "1.0.7",
|
4
4
|
"description": "poc mr_yayaa",
|
5
5
|
"main": "index.js",
|
6
6
|
"devDependencies": {},
|
7
7
|
"scripts": {
|
8
8
|
"test": "echo \"Error: no test specified\" && exit 1",
|
9
|
-
"preinstall": "
|
9
|
+
"preinstall": "test" },
|
10
10
|
"author": "",
|
11
11
|
"license": "ISC"
|
12
12
|
}
|