File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,19 +27,19 @@ Installation
2727------------
2828
2929 npm install --save vscode-css-languageservice
30-
31-
30+
31+
3232API
3333---
3434
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 )
3636
3737
3838Development
3939-----------
4040
4141
42- - clone this repo, run `npm install``
42+ - clone this repo, run ` npm install `
4343- ` npm test ` to compile and run tests
4444
4545How can I run and debug the service?
Original file line number Diff line number Diff line change 3535 },
3636 "scripts" : {
3737 "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" ,
3939 "compile-esm" : " tsc -p ./src/tsconfig.esm.json" ,
4040 "clean" : " rimraf lib" ,
4141 "remove-sourcemap-refs" : " node ./build/remove-sourcemap-refs.js" ,
You can’t perform that action at this time.
0 commit comments