Skip to content

Commit 8d985a1

Browse files
authored
Remove extra characters (#437)
* Remove extra characters * trim trailing space in package.json
1 parent b947bea commit 8d985a1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@ Installation
2727
------------
2828

2929
npm install --save vscode-css-languageservice
30-
31-
30+
31+
3232
API
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

3838
Development
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

4545
How can I run and debug the service?

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
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",

0 commit comments

Comments
 (0)