summaryrefslogtreecommitdiffhomepage
path: root/gui/packages/mobile/package.json
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2019-02-27 15:10:46 +0100
committerAndrej Mihajlov <and@mullvad.net>2019-03-01 16:22:24 +0100
commit6d8f294f21a39a9c3d4d4899ff2b4083718c28ea (patch)
tree0c00cfe2168a42edcd12b298a11bd79e49f47db1 /gui/packages/mobile/package.json
parent2610bd23035901ba0e25824629d3768b4430a708 (diff)
downloadmullvadvpn-6d8f294f21a39a9c3d4d4899ff2b4083718c28ea.tar.xz
mullvadvpn-6d8f294f21a39a9c3d4d4899ff2b4083718c28ea.zip
Remove mobile and yarn-fixes workspaces
Diffstat (limited to 'gui/packages/mobile/package.json')
-rw-r--r--gui/packages/mobile/package.json31
1 files changed, 0 insertions, 31 deletions
diff --git a/gui/packages/mobile/package.json b/gui/packages/mobile/package.json
deleted file mode 100644
index c864c567e9..0000000000
--- a/gui/packages/mobile/package.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "name": "mobile",
- "version": "0.1.0",
- "private": true,
- "productName": "Mullvad VPN",
- "description": "Mullvad VPN client",
- "author": {
- "name": "Mullvad VPN",
- "email": "support@mullvad.net"
- },
- "repository": "https://github.com/mullvad/mullvadvpn-app",
- "license": "GPL-3.0",
- "dependencies": {
- "@mullvad/components": "0.1.0",
- "react": "^16.5.0",
- "react-native": "^0.56",
- "reactxp": "^1.5.0"
- },
- "devDependencies": {
- "@babel/cli": "^7.1.5",
- "@babel/core": "^7.1.5",
- "babel-preset-react-native": "^5.0.0"
- },
- "scripts": {
- "postinstall": "node ./postinstall.js",
- "eject": "react-native eject",
- "android": "react-native run-android --simulator",
- "ios": "react-native run-ios --simulator",
- "test": "echo '1' ; exit 1"
- }
-}