add index.js in root
This commit is contained in:
parent
782aa8ced7
commit
3b867604c8
|
@ -0,0 +1,3 @@
|
|||
node_modules
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
|
@ -0,0 +1,3 @@
|
|||
const StatusJS = require('./dist/index.js');
|
||||
|
||||
module.exports = StatusJS;
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "status-js-api",
|
||||
"version": "1.1.5",
|
||||
"version": "1.1.6",
|
||||
"description": "",
|
||||
"main": "src/index.js",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"babel": "babel",
|
||||
"babel:node": "npm-run-all babel:node:*",
|
||||
|
|
Loading…
Reference in New Issue