fix index.js

This commit is contained in:
Barry Gitarts 2019-01-31 12:50:53 -05:00
parent d3c2a54c2a
commit 1b4c6e6aee
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
const StatusJS = require('./src/index.js');
const StatusJS = require('./dist/index.js');
module.exports = StatusJS;

View File

@ -1,6 +1,6 @@
{
"name": "status-js-api",
"version": "1.2.1",
"version": "1.2.3",
"description": "",
"main": "index.js",
"scripts": {