Move file system operations to separate module (#510)

This commit is contained in:
Thomas Steiner 2020-01-22 13:55:13 +01:00 committed by GitHub
parent dc0a4f4cb8
commit d1fb824369
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 125 additions and 146 deletions

View file

@ -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"
}
}