mirror of
https://github.com/status-im/status-js-api.git
synced 2025-02-17 20:07:14 +00:00
add index.js in root
This commit is contained in:
parent
782aa8ced7
commit
3b867604c8
3
.npmignore
Normal file
3
.npmignore
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
node_modules
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
3
index.js
Normal file
3
index.js
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
const StatusJS = require('./dist/index.js');
|
||||||
|
|
||||||
|
module.exports = StatusJS;
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "status-js-api",
|
"name": "status-js-api",
|
||||||
"version": "1.1.5",
|
"version": "1.1.6",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "src/index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"babel": "babel",
|
"babel": "babel",
|
||||||
"babel:node": "npm-run-all babel:node:*",
|
"babel:node": "npm-run-all babel:node:*",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user