From 4e0b1362cf3ef7ad1289f5575d572d6761e8edd3 Mon Sep 17 00:00:00 2001 From: "xin.jin" Date: Mon, 4 Nov 2019 19:16:38 +0800 Subject: [PATCH] fix no kdeploy package error --- .gitignore | 3 ++- README.md | 7 ++----- package.json | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index e4143ae..4b045e9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .cache node_modules -build \ No newline at end of file +build +.idea diff --git a/README.md b/README.md index a45d75a..a788a5e 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,5 @@ yarn build ## Send the app to a KaiOS device -```console -npm run app:install -# or -yarn app:install -``` \ No newline at end of file +follow [os-env-setup](https://developer.kaiostech.com/getting-started/env-setup/os-env-setup) and [test-your-apps](https://developer.kaiostech.com/getting-started/build-your-first-package-app/test-your-apps) +install to your device. diff --git a/package.json b/package.json index ec68aec..697aa49 100644 --- a/package.json +++ b/package.json @@ -15,11 +15,10 @@ "dependencies": {}, "devDependencies": { "@babel/core": "7.2.0", - "parcel-bundler": "^1.6.1", - "kdeploy": "kaiostech/kdeploy" + "parcel-bundler": "^1.6.1" }, "keywords": [ "vanilla", "kaios" ] -} \ No newline at end of file +}