Skip to content

Commit

Permalink
fix error Cannot find module './core/replicators'
Browse files Browse the repository at this point in the history
  • Loading branch information
ripreal committed Nov 18, 2020
1 parent b8f045a commit 4f82fd1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![GitHub release](https://img.shields.io/github/v/release/green-api/whatsapp-bot.svg)](https://github.com/green-api/whatsapp-bot/releases)
[![npm version](https://badge.fury.io/js/%40green-api%2Fwhatsapp-bot.svg)](https://www.npmjs.com/package/@green-api/whatsapp-bot)


## Introduction

The WhatsApp chat bot designed for writing own chat bots. Users can interact with bots by sending them command messages in private or group chats.
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"node": ">=8"
},
"files": [
"core/**/*.js",
"scenes/**/*.js",
"typings/*.d.ts",
"src/core/**/*.js",
"src/scenes/**/*.js",
"src/typings/*.d.ts",
"*.js"
],
"homepage": "https://github.com/green-api/whatsapp-bot#readme",
Expand All @@ -62,6 +62,6 @@
"install": "npm link @green-api/whatsapp-bot"
},
"type": "commonjs",
"types": "./typings/index.d.ts",
"version": "0.1.0"
"types": "./src/typings/index.d.ts",
"version": "0.1.1"
}

0 comments on commit 4f82fd1

Please sign in to comment.