Skip to content

Commit

Permalink
Updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ataberkylmz committed Jun 19, 2020
1 parent 61260af commit a0ebad7
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <niklas@shroudedcode.com> (https://shroudedcode.com/)",
"repository": "ataberkylmz/hx711",
"author": "Ata Berk YILMAZ <me@ataberkylmz.com> (https://ataberkylmz.com/)",
"license": "MIT",
"gypfile": true,
"dependencies": {
Expand Down

0 comments on commit a0ebad7

Please sign in to comment.