Updated info

This commit is contained in:
Nathan Kunicki 2018-08-07 12:08:48 +01:00
parent ac966ab735
commit 451ccb387f
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2018 Nathan Kunicki
Copyright (c) 2018 Nathan Kellenicki
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -1,6 +1,6 @@
{
"name": "node-poweredup",
"version": "1.0.2",
"version": "1.0.3",
"description": "A Node.js module to interface with LEGO Powered UP components.",
"homepage": "https://github.com/nathankellenicki/node-poweredup/",
"main": "dist/poweredup.js",
@ -12,7 +12,7 @@
"all": "npm run build && npm run docs && npm run readme",
"prepublishOnly": "npm run build"
},
"author": "Nathan Kunicki <me@nathankunicki.com>",
"author": "Nathan Kellenicki <nathan@kellenicki.com>",
"license": "MIT",
"dependencies": {
"noble": "^1.9.1"