Update css-line-breaking to 1.0.1

This commit is contained in:
Niklas von Hertzen 2017-12-31 00:24:38 +08:00
parent 1870433307
commit d0f7ecfa9a
3 changed files with 4 additions and 5 deletions

View File

@ -1,6 +1,5 @@
[ignore]
.*/www/.*
.*/node_modules/css-line-break/scripts.*
[include]
[libs]
./flow-typed

6
package-lock.json generated
View File

@ -1901,9 +1901,9 @@
"dev": true
},
"css-line-break": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/css-line-break/-/css-line-break-1.0.0.tgz",
"integrity": "sha1-m60drCLyTSiYFxqm1JxQuOrD/R4=",
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/css-line-break/-/css-line-break-1.0.1.tgz",
"integrity": "sha1-GfIGOjPpX7KDG4ZEbAuAwYivRQo=",
"requires": {
"base64-arraybuffer": "0.1.5"
}

View File

@ -77,6 +77,6 @@
"homepage": "https://html2canvas.hertzen.com",
"license": "MIT",
"dependencies": {
"css-line-break": "1.0.0"
"css-line-break": "1.0.1"
}
}