Finishing publishing.

This commit is contained in:
Rodrigo Rodriguez (pragmatismo.io) 2018-12-01 16:21:08 -02:00
parent bbbb86dc68
commit 697bd3f17e
2 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "botlib",
"version": "0.1.6",
"version": "0.1.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,9 +1,9 @@
{
"name": "botlib",
"version": "0.1.7",
"version": "0.1.8",
"description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp)",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"homepage": "http://www.generalbot.com",
"contributors": [
"Rodrigo Rodriguez <me@rodrigorodriguez.com>",