Update package.json

This commit is contained in:
Richard Ramos 2019-10-28 13:58:36 -04:00 committed by GitHub
parent 505b94e5aa
commit 423c6860e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -2,8 +2,7 @@
"name": "@status-im/subspace",
"version": "1.1.0",
"description": "Library for Reactive Dapp Development with auto syncing and caching capabilities https://subspace.status.im",
"main": "./dist/node.js",
"browser": "./dist/browser.js",
"homepage": "https://subspace.status.im",
"author": "Status Research & Development GMBH",
"authors": [
{
@ -25,6 +24,8 @@
"url": "https://github.com/embark-framework/subspace/issues"
},
"license": "MIT",
"main": "./dist/node.js",
"browser": "./dist/browser.js",
"scripts": {
"babel": "babel",
"babel:node": "npm-run-all babel:node:*",