mirror of
https://github.com/kiliman/operator-mono-lig.git
synced 2026-08-12 02:10:52 +02:00
Update deps (#159)
* Fix eslint error * Add repository to package.json * Remove unused dependencies * Update dev eslint deps
This commit is contained in:
@@ -38,7 +38,7 @@ const initGsubTables = (_dom, options) => {
|
||||
}
|
||||
};
|
||||
|
||||
const buildGsubTables = (_dom, ligature, options) => {
|
||||
const buildGsubTables = (_dom, ligature) => {
|
||||
dom = _dom;
|
||||
|
||||
if (/_/.test(ligature.glyph) === false) {
|
||||
|
||||
Generated
+1730
-8484
File diff suppressed because it is too large
Load Diff
+9
-8
@@ -2,6 +2,7 @@
|
||||
"name": "operator-mono-lig",
|
||||
"version": "2.3.0",
|
||||
"description": "Patch Operator Mono font to include ligatures",
|
||||
"repository": "github:kiliman/operator-mono-lig",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"contributors:add": "all-contributors add",
|
||||
@@ -11,18 +12,18 @@
|
||||
"author": "kiliman@gmail.com",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"hash.js": "^1.1.3",
|
||||
"npm": "^6.13.4",
|
||||
"serialize-javascript": "^2.1.2",
|
||||
"hash.js": "^1.1.7",
|
||||
"xml-formatter": "^1.0.1",
|
||||
"xmldom": "^0.1.27",
|
||||
"xpath": "0.0.24"
|
||||
},
|
||||
"devDependencies": {
|
||||
"all-contributors-cli": "6.8.1",
|
||||
"eslint-config-airbnb": "^16.1.0",
|
||||
"eslint-plugin-import": "^2.9.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.0.3",
|
||||
"eslint-plugin-react": "^7.7.0"
|
||||
"all-contributors-cli": "^6.19.0",
|
||||
"eslint": "^7.15.0",
|
||||
"eslint-config-airbnb": "^18.2.1",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
"eslint-plugin-jsx-a11y": "^6.4.1",
|
||||
"eslint-plugin-react": "^7.21.5",
|
||||
"eslint-plugin-react-hooks": "^4.2.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user