This commit is contained in:
Alexandru Dima 2021-03-05 16:33:40 +01:00
parent 0d7f7069ca
commit ed57760e69
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "monaco-css",
"version": "3.2.0",
"version": "3.3.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "monaco-css",
"version": "3.2.0",
"version": "3.3.0",
"description": "CSS, LESS and SCSS plugin for the Monaco Editor",
"scripts": {
"compile": "mrmdir ./out && tsc -p ./src/tsconfig.json && tsc -p ./src/tsconfig.esm.json && node ./scripts/dts && prettier --write ./monaco.d.ts",