Support for negative comment offsets

This commit is contained in:
Rene Saarsoo 2020-11-21 21:31:09 +02:00
parent 44d408d9e2
commit 812dafcbd1
2 changed files with 5 additions and 5 deletions

View File

@ -25,7 +25,7 @@
"react-simple-code-editor": "^0.11.0", "react-simple-code-editor": "^0.11.0",
"styled-components": "^5.2.0", "styled-components": "^5.2.0",
"typescript": "~3.7.2", "typescript": "~3.7.2",
"zwiftout": "^0.3.0" "zwiftout": "^0.4.0"
}, },
"scripts": { "scripts": {
"predeploy": "yarn build", "predeploy": "yarn build",

View File

@ -11075,10 +11075,10 @@ yargs@^13.3.0, yargs@^13.3.2:
y18n "^4.0.0" y18n "^4.0.0"
yargs-parser "^13.1.2" yargs-parser "^13.1.2"
zwiftout@^0.3.0: zwiftout@^0.4.0:
version "0.3.0" version "0.4.0"
resolved "https://registry.yarnpkg.com/zwiftout/-/zwiftout-0.3.0.tgz#d3c1ffd8d515fe282d42706937d129fc6438bccb" resolved "https://registry.yarnpkg.com/zwiftout/-/zwiftout-0.4.0.tgz#3dca51e0b2713a29539c29a2fb12bf7a778a2fec"
integrity sha512-GLb3k+4yIeWAHc1b/fBuwO+KdCjLHXdw+yx45hG+CevC+T15M4m/6ekmMi/5RvSXNkYeZz/xqF4D+TVbT3SIrw== integrity sha512-i7GYq0WGzeljOCebd5YySZ7il71hnzLAaQYrV67F/iHCkxhWMyK5mhWWJlWNTNADW66tHIts5FP4XXq0/YWg3w==
dependencies: dependencies:
argparse "^2.0.1" argparse "^2.0.1"
ramda "^0.27.1" ramda "^0.27.1"