From 1cddf333accfa9b12bbb611d23626f55310b5354 Mon Sep 17 00:00:00 2001 From: Lucas Bassetti Date: Sun, 16 Apr 2017 22:45:35 -0300 Subject: [PATCH] add v0.0.3 --- .gitignore | 1 + LICENSE | 2 +- lib/steps/TextStep.jsx | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 78092ecd..4cf44692 100755 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ pids # Others /.nyc_output /app +/site # Dependency directory # https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git diff --git a/LICENSE b/LICENSE index 7e0ef1d8..89dfe345 100755 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016 U-Zyn Chua +Copyright (c) 2017 Lucas Bassetti Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/lib/steps/TextStep.jsx b/lib/steps/TextStep.jsx index 6fd43c26..694916b3 100644 --- a/lib/steps/TextStep.jsx +++ b/lib/steps/TextStep.jsx @@ -122,7 +122,7 @@ TextStep.propTypes = { isLast: PropTypes.bool.isRequired, message: PropTypes.string.isRequired, triggerNextStep: PropTypes.func.isRequired, - previousValue: PropTypes.string, + previousValue: PropTypes.any, user: PropTypes.bool, }; diff --git a/package.json b/package.json index b98881bd..024692be 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-simple-chatbot", - "version": "0.0.2", + "version": "0.0.3", "description": "React Simple Chatbot", "main": "dist/react-simple-chatbot.js", "scripts": {