br2nl -> @derhuerst/br2nl

This commit is contained in:
Jannis R 2019-03-27 18:31:56 +01:00
parent 9503ef1cda
commit b88090dd30
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -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')