Merge pull request #852 from h3poteto/iss-851

closes #851 Add ttfinfo
This commit is contained in:
AkiraFukushima 2019-03-20 09:49:38 +09:00 committed by GitHub
commit fa1665b960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

10
package-lock.json generated
View File

@ -18169,6 +18169,11 @@
"requires": {
"babel-polyfill": "6.23.0",
"ttfinfo": "git+https://github.com/rBurgett/ttfinfo.git#f00e43e2a6d4c8a12a677df20b7804492d50863c"
},
"dependencies": {
"ttfinfo": {
"version": "git+https://github.com/rBurgett/ttfinfo.git#f00e43e2a6d4c8a12a677df20b7804492d50863c"
}
}
},
"table": {
@ -18884,7 +18889,10 @@
"dev": true
},
"ttfinfo": {
"version": "git+https://github.com/rBurgett/ttfinfo.git#f00e43e2a6d4c8a12a677df20b7804492d50863c"
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/ttfinfo/-/ttfinfo-0.2.0.tgz",
"integrity": "sha1-30Mz0SZhnV06+1P6RdUac9Av7+o=",
"dev": true
},
"tty-browserify": {
"version": "0.0.0",

View File

@ -209,6 +209,7 @@
"style-loader": "^0.23.1",
"stylelint": "^9.9.0",
"stylelint-config-standard": "^18.2.0",
"ttfinfo": "^0.2.0",
"url-loader": "^1.1.2",
"vue-html-loader": "^1.2.4",
"vue-loader": "^15.2.4",