mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
br2nl -> @derhuerst/br2nl
This commit is contained in:
parent
9503ef1cda
commit
b88090dd30
2 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@
|
||||||
"node": ">=8.3.0"
|
"node": ">=8.3.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@derhuerst/br2nl": "^1.0.0",
|
||||||
"@mapbox/polyline": "^1.0.0",
|
"@mapbox/polyline": "^1.0.0",
|
||||||
"br2nl": "^1.0.0",
|
|
||||||
"capture-stack-trace": "^1.0.0",
|
"capture-stack-trace": "^1.0.0",
|
||||||
"create-hash": "^1.2.0",
|
"create-hash": "^1.2.0",
|
||||||
"fetch-ponyfill": "^6.0.0",
|
"fetch-ponyfill": "^6.0.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
'use strict'
|
'use strict'
|
||||||
|
|
||||||
const brToNewline = require('br2nl')
|
const brToNewline = require('@derhuerst/br2nl')
|
||||||
|
|
||||||
const parseDateTime = require('./date-time')
|
const parseDateTime = require('./date-time')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue