Update package.json
This commit is contained in:
parent
505b94e5aa
commit
423c6860e7
|
@ -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:*",
|
||||
|
|
Loading…
Reference in New Issue