File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,19 +27,19 @@ Installation
27
27
------------
28
28
29
29
npm install --save vscode-css-languageservice
30
-
31
-
30
+
31
+
32
32
API
33
33
---
34
34
35
- For the complete API see [ cssLanguageService.ts] ( ./src/cssLanguageService.ts ) and [ cssLanguageTypes.ts] ( ./src/cssLanguageTypes.ts )
35
+ For the complete API see [ cssLanguageService.ts] ( ./src/cssLanguageService.ts ) and [ cssLanguageTypes.ts] ( ./src/cssLanguageTypes.ts )
36
36
37
37
38
38
Development
39
39
-----------
40
40
41
41
42
- - clone this repo, run `npm install``
42
+ - clone this repo, run ` npm install `
43
43
- ` npm test ` to compile and run tests
44
44
45
45
How can I run and debug the service?
Original file line number Diff line number Diff line change 35
35
},
36
36
"scripts" : {
37
37
"prepack" : " npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs" ,
38
- "compile" : " tsc -p ./src && npm run copy-jsbeautify && npm run lint " ,
38
+ "compile" : " tsc -p ./src && npm run copy-jsbeautify && npm run lint" ,
39
39
"compile-esm" : " tsc -p ./src/tsconfig.esm.json" ,
40
40
"clean" : " rimraf lib" ,
41
41
"remove-sourcemap-refs" : " node ./build/remove-sourcemap-refs.js" ,
You can’t perform that action at this time.
0 commit comments