From a0ebad7734c3a9675978feee8119f5e19baef784 Mon Sep 17 00:00:00 2001 From: Ata Berk YILMAZ Date: Fri, 19 Jun 2020 18:05:40 +0200 Subject: [PATCH] Updated package.json --- package.json | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index f547b26..fbb3530 100644 --- a/package.json +++ b/package.json @@ -1,18 +1,15 @@ { - "name": "@shroudedcode/hx711", - "version": "0.0.4", + "name": "@ataberkylmz/hx711", + "version": "0.0.5", "description": "A native Node.js module to interface with the HX711 load cell amplifier", "main": "index.js", - "directories": { - "example": "examples" - }, "scripts": { "test": "true", "build": "node-gyp rebuild", "clean": "node-gyp clean" }, - "repository": "shroudedcode/hx711", - "author": "Niklas Higi (https://shroudedcode.com/)", + "repository": "ataberkylmz/hx711", + "author": "Ata Berk YILMAZ (https://ataberkylmz.com/)", "license": "MIT", "gypfile": true, "dependencies": {