@stylable/language-service
Advanced tools
Comparing version 3.9.1 to 3.10.0
{ | ||
"name": "@stylable/language-service", | ||
"version": "3.9.1", | ||
"version": "3.10.0", | ||
"description": "Stylable Language Services - syntax highlighting, completions, hinting and more for the Stylable CSS preprocessor.", | ||
@@ -11,4 +11,3 @@ "main": "./cjs/index.js", | ||
"test": "yarn test:unit", | ||
"test:unit": "mocha test/lib/**/*.spec.ts test/lib/*.spec.ts", | ||
"prepack": "yarn build" | ||
"test:unit": "mocha test/lib/**/*.spec.ts test/lib/*.spec.ts" | ||
}, | ||
@@ -21,3 +20,3 @@ "peerDependencies": { | ||
"@file-services/typescript": "^3.1.1", | ||
"@stylable/core": "^3.9.1", | ||
"@stylable/core": "^3.10.0", | ||
"css-selector-tokenizer": "^0.7.3", | ||
@@ -24,0 +23,0 @@ "js-beautify": "^1.13.0", |
519124
Updated@stylable/core@^3.10.0