This commit is contained in:
Kesha Antonov
2023-12-25 00:44:53 +03:00
parent 91c40a5a9a
commit a563abdca2

View File

@@ -1,6 +1,6 @@
{
"name": "@kesha-antonov/react-native-background-downloader",
"version": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"description": "A library for React-Native to help you download large files on iOS and Android both in the foreground and most importantly in the background.",
"keywords": [
"react-native",
@@ -40,7 +40,7 @@
"scripts": {
"bump": "npm version patch",
"lint": "eslint .",
"_prepublishOnly": "jest && npm run lint",
"prepublishOnly": "jest && npm run lint",
"publish": "npm publish",
"test": "jest"
},