mirror of https://github.com/laurent22/joplin.git
Chore: Fixed packageJson ignored package
parent
f0aa9949a2
commit
91354e5c52
|
@ -3,23 +3,23 @@
|
||||||
"prefer-absolute-version-dependencies": ["error",
|
"prefer-absolute-version-dependencies": ["error",
|
||||||
{
|
{
|
||||||
"exceptions": [
|
"exceptions": [
|
||||||
"@joplin/lib",
|
|
||||||
"@joplin/renderer",
|
|
||||||
"@joplin/editor",
|
"@joplin/editor",
|
||||||
"@joplin/pdf-viewer",
|
|
||||||
"@joplin/fork-htmlparser2",
|
"@joplin/fork-htmlparser2",
|
||||||
"@joplin/fork-sax",
|
"@joplin/fork-sax",
|
||||||
"@joplin/fork-uslug",
|
"@joplin/fork-uslug",
|
||||||
"@joplin/htmlpack",
|
"@joplin/htmlpack",
|
||||||
"@joplin/turndown",
|
"@joplin/lib",
|
||||||
"@joplin/turndown-plugin-gfm",
|
"@joplin/onenote-converter",
|
||||||
"@joplin/tools",
|
"@joplin/pdf-viewer",
|
||||||
"@joplin/react-native-saf-x",
|
|
||||||
"@joplin/react-native-alarm-notification",
|
"@joplin/react-native-alarm-notification",
|
||||||
|
"@joplin/react-native-saf-x",
|
||||||
|
"@joplin/renderer",
|
||||||
|
"@joplin/tools",
|
||||||
|
"@joplin/turndown-plugin-gfm",
|
||||||
|
"@joplin/turndown",
|
||||||
"@joplin/utils"
|
"@joplin/utils"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue