From 1eca0efb6788c857ced30634ecc79cf2ffc25ba2 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Fri, 18 Oct 2019 21:16:23 +0900 Subject: [PATCH] rename @notweb/gpio to node-web-gpio --- README.md | 4 ++-- package.json | 24 +++++++++++++++++++----- yarn.lock | 8 ++++---- 3 files changed, 25 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 4125984..d76383a 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# @notweb/gpio +# node-web-gpio GPIO access with Node.js ## Usage ```js -const { requestGPIOAccess } = require("@notweb/gpio"); +const { requestGPIOAccess } = require("node-web-gpio"); const { promisify } = require("util"); const sleep = promisify(setTimeout); diff --git a/package.json b/package.json index 6f53eb0..316a837 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { - "name": "@notweb/gpio", - "version": "1.1.0", + "name": "node-web-gpio", + "version": "0.0.1", "description": "GPIO access with Node.js", "main": "index.js", "repository": { "type": "git", - "url": "https://github.com/kou029w/notweb-gpio.git" + "url": "https://github.com/kou029w/node-web-gpio.git" }, "author": "Kohei Watanabe ", "license": "MIT", @@ -13,10 +13,24 @@ "access": "public" }, "devDependencies": { - "@types/node": "^12.7.12", + "@types/node": "^12.11.1", "typescript": "^3.6.4" }, "scripts": { "build": "tsc" - } + }, + "keywords": [ + "gpio", + "hardware", + "iot", + "linux", + "pi", + "raspberry", + "raspberry pi", + "raspi", + "robot", + "robotics", + "robots", + "rpi" + ] } diff --git a/yarn.lock b/yarn.lock index 793c05a..9d5ab2a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@types/node@^12.7.12": - version "12.7.12" - resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.12.tgz#7c6c571cc2f3f3ac4a59a5f2bd48f5bdbc8653cc" - integrity sha512-KPYGmfD0/b1eXurQ59fXD1GBzhSQfz6/lKBxkaHX9dKTzjXbK68Zt7yGUxUsCS1jeTy/8aL+d9JEr+S54mpkWQ== +"@types/node@^12.11.1": + version "12.11.1" + resolved "https://registry.yarnpkg.com/@types/node/-/node-12.11.1.tgz#1fd7b821f798b7fa29f667a1be8f3442bb8922a3" + integrity sha512-TJtwsqZ39pqcljJpajeoofYRfeZ7/I/OMUQ5pR4q5wOKf2ocrUvBAZUMhWsOvKx3dVc/aaV5GluBivt0sWqA5A== typescript@^3.6.4: version "3.6.4"