build: tidy up the monorepo in prep for v5.0.0-alpha.0

This commit is contained in:
Michael Bradley, Jr 2019-09-27 12:58:08 -05:00 committed by Michael Bradley
parent 3b649fa455
commit 17ccd5c1bd
487 changed files with 378 additions and 995 deletions

View File

@ -11,3 +11,6 @@
`embark run` to check if everything is behaving as expected.
`embark test` to see tests are working as expected.
Visit [embark.status.im](https://embark.status.im/) to get started with
[Embark](https://github.com/embark-framework/embark).

View File

@ -15,6 +15,7 @@
"react-dom": "16.9.0",
"zeppelin-solidity": "1.12.0"
},
"license": "MIT",
"name": "embark-dapp-test-app",
"private": true,
"scripts": {

View File

@ -11,3 +11,6 @@
`embark run` to check if everything is behaving as expected.
`embark test` to see tests are working as expected.
Visit [embark.status.im](https://embark.status.im/) to get started with
[Embark](https://github.com/embark-framework/embark).

View File

@ -4,6 +4,7 @@
"embark": "^4.1.1",
"embark-reset": "^4.1.1"
},
"license": "MIT",
"name": "embark-dapp-test-contracts",
"private": true,
"scripts": {

View File

@ -1,3 +1,6 @@
# `embark-dapp-test-service`
> Test plugin for integration testing purposes
Visit [embark.status.im](https://embark.status.im/) to get started with
[Embark](https://github.com/embark-framework/embark).

View File

@ -3,6 +3,7 @@
"dependencies": {
"haml": "0.4.3"
},
"license": "MIT",
"main": "index.js",
"name": "embark-dapp-test-service",
"private": true,

View File

@ -16,6 +16,7 @@
"npm": ">=6.4.1",
"yarn": ">=1.12.3"
},
"license": "MIT",
"name": "root",
"private": true,
"scripts": {
@ -73,7 +74,7 @@
"packages/embarkjs/*",
"packages/plugins/*",
"packages/stack/*",
"utils/*"
"packages/utils/*"
],
"nohoist": [
"embark-dapp-template-demo/bootstrap",

2
packages/.gitignore vendored
View File

@ -1,2 +0,0 @@
!/plugins/coverage
/plugins/coverage/coverage

View File

@ -1,6 +1,6 @@
# `embarkjs-ipfs`
# `embark-api-client`
embarkjs plugin to interact with ipfs
> Embark api module
Visit [embark.status.im](https://embark.status.im/) to get started with
[Embark](https://github.com/embark-framework/embark).

View File

@ -4,7 +4,7 @@
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Embark api module",
"homepage": "https://github.com/embark-framework/embark/tree/master/packages/embark-api-client#readme",
"homepage": "https://github.com/embark-framework/embark/tree/master/packages/cockpit/api-client#readme",
"bugs": "https://github.com/embark-framework/embark/issues",
"keywords": [
"blockchain",
@ -17,7 +17,7 @@
],
"license": "MIT",
"repository": {
"directory": "packages/embark-api-client",
"directory": "packages/cockpit/api-client",
"type": "git",
"url": "https://github.com/embark-framework/embark.git"
},

View File

@ -1,4 +0,0 @@
{
"extends": "../../../tsconfig.json",
"include": ["src/**/*"]
}

View File

@ -1,3 +0,0 @@
{
"extends": "../../../tslint.json"
}

View File

@ -4,7 +4,7 @@
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"description": "Web frontend for interactive DApp development with Embark",
"homepage": "https://github.com/embark-framework/embark/tree/master/packages/cockpit/cockpit-ui#readme",
"homepage": "https://github.com/embark-framework/embark/tree/master/packages/cockpit/ui#readme",
"bugs": "https://github.com/embark-framework/embark/issues",
"keywords": [
"blockchain",
@ -17,7 +17,7 @@
],
"license": "MIT",
"repository": {
"directory": "packages/cockpit/cockpit-ui",
"directory": "packages/cockpit/ui",
"type": "git",
"url": "https://github.com/embark-framework/embark.git"
},
@ -34,9 +34,10 @@
"prestart": "node scripts/copy-monaco-to-public dev",
"qa": "npm-run-all lint test build",
"reset": "npx rimraf build embark-*.tgz package public/vsdir storybook-static",
"start": "react-scripts start",
"start": "npm run watch",
"storybook": "start-storybook -p 9009 -s public",
"test": "react-scripts test --watchAll=false",
"watch": "run-p watch:*",
"watch:build": "react-scripts start",
"watch:test": "react-scripts test"
},

View File

Before

Width:  |  Height:  |  Size: 9.9 KiB

After

Width:  |  Height:  |  Size: 9.9 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 9.0 KiB

View File

Before

Width:  |  Height:  |  Size: 802 B

After

Width:  |  Height:  |  Size: 802 B

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Some files were not shown because too many files have changed in this diff Show More