mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Move file system operations to separate module (#510)
This commit is contained in:
parent
dc0a4f4cb8
commit
d1fb824369
4 changed files with 125 additions and 146 deletions
|
@ -6,6 +6,7 @@
|
|||
"not op_mini all"
|
||||
],
|
||||
"dependencies": {
|
||||
"browser-nativefs": "0.0.5",
|
||||
"i18next": "19.0.3",
|
||||
"i18next-browser-languagedetector": "4.0.1",
|
||||
"i18next-xhr-backend": "3.2.2",
|
||||
|
@ -61,5 +62,10 @@
|
|||
"test:app": "react-scripts test --env=jsdom --passWithNoTests",
|
||||
"test:code": "npm run prettier -- --list-different"
|
||||
},
|
||||
"version": "1.0.0"
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/excalidraw/excalidraw.git"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue