Remove remark
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
| | | |
|
| | | |
|
||||||
|:---:|:---:|:---:|
|
|:---:|:---:|:---:|
|
||||||
| [](https://user-images.githubusercontent.com/7721625/53954364-52551f00-40d6-11e9-93cf-d5a9601897ea.png) | [](https://user-images.githubusercontent.com/7721625/53954365-52551f00-40d6-11e9-823f-afd66f19ed01.png) | [](https://user-images.githubusercontent.com/7721625/53954366-52551f00-40d6-11e9-9738-74db830d03ac.png) |
|
|[](https://user-images.githubusercontent.com/7721625/53954364-52551f00-40d6-11e9-93cf-d5a9601897ea.png)|[](https://user-images.githubusercontent.com/7721625/53954365-52551f00-40d6-11e9-823f-afd66f19ed01.png)|[](https://user-images.githubusercontent.com/7721625/53954366-52551f00-40d6-11e9-9738-74db830d03ac.png)|
|
||||||
|
|
||||||
# The App has moved to [mqtt-explorer.com](https://mqtt-explorer.com)
|
# The App has moved to [mqtt-explorer.com](https://mqtt-explorer.com)
|
||||||
MQTT Explorer is a comprehensive and easy-to-use MQTT Client.
|
MQTT Explorer is a comprehensive and easy-to-use MQTT Client.
|
||||||
@@ -39,10 +39,9 @@ The `app` directory contains all the rendering logic, the `backend` directory cu
|
|||||||
|
|
||||||
To achieve a reliable product automated tests run regularly on travis.
|
To achieve a reliable product automated tests run regularly on travis.
|
||||||
|
|
||||||
- Data model
|
- Data model
|
||||||
- MQTT integration
|
- MQTT integration
|
||||||
- UI-Tests (The demo is a recorded ui test)
|
- UI-Tests (The demo is a recorded ui test)
|
||||||
|
|
||||||
|
|
||||||
## Run UI-tests
|
## Run UI-tests
|
||||||
A [mosquitto](https://mosquitto.org/) MQTT broker is required to run the ui-tests.
|
A [mosquitto](https://mosquitto.org/) MQTT broker is required to run the ui-tests.
|
||||||
|
|||||||
11
package.json
11
package.json
@@ -16,8 +16,7 @@
|
|||||||
"package": "ts-node package.ts",
|
"package": "ts-node package.ts",
|
||||||
"ui-test": "./scripts/uiTests.sh",
|
"ui-test": "./scripts/uiTests.sh",
|
||||||
"upload-video-artifacts": "./scripts/uploadVideoAsset.ts ui-test.mp4 ui-test.gif",
|
"upload-video-artifacts": "./scripts/uploadVideoAsset.ts ui-test.mp4 ui-test.gif",
|
||||||
"package-with-docker": "./scripts/package-with-docker.sh",
|
"package-with-docker": "./scripts/package-with-docker.sh"
|
||||||
"lint-md": "remark ."
|
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@@ -79,9 +78,6 @@
|
|||||||
"mustache": "^3.0.1",
|
"mustache": "^3.0.1",
|
||||||
"nyc": "^13.1.0",
|
"nyc": "^13.1.0",
|
||||||
"redux-thunk": "^2.3.0",
|
"redux-thunk": "^2.3.0",
|
||||||
"remark-cli": "^6.0.1",
|
|
||||||
"remark-lint": "^6.0.4",
|
|
||||||
"remark-preset-lint-recommended": "^3.0.2",
|
|
||||||
"source-map-support": "^0.5.9",
|
"source-map-support": "^0.5.9",
|
||||||
"spectron": "^5.0.0",
|
"spectron": "^5.0.0",
|
||||||
"ts-node": "^7.0.1",
|
"ts-node": "^7.0.1",
|
||||||
@@ -103,10 +99,5 @@
|
|||||||
"mqtt": "^2.18.8",
|
"mqtt": "^2.18.8",
|
||||||
"sha1": "^1.1.1",
|
"sha1": "^1.1.1",
|
||||||
"yarn-run-all": "^3.1.1"
|
"yarn-run-all": "^3.1.1"
|
||||||
},
|
|
||||||
"remarkConfig": {
|
|
||||||
"plugins": [
|
|
||||||
"remark-preset-lint-recommended"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user