Remove remark

This commit is contained in:
Thomas Nordquist
2019-04-08 14:16:24 +02:00
parent 7e5e6013ab
commit 083a39d6c6
3 changed files with 23 additions and 1591 deletions

View File

@@ -43,7 +43,6 @@ To achieve a reliable product automated tests run regularly on travis.
- MQTT integration
- UI-Tests (The demo is a recorded ui test)
## Run UI-tests
A [mosquitto](https://mosquitto.org/) MQTT broker is required to run the ui-tests.

View File

@@ -16,8 +16,7 @@
"package": "ts-node package.ts",
"ui-test": "./scripts/uiTests.sh",
"upload-video-artifacts": "./scripts/uploadVideoAsset.ts ui-test.mp4 ui-test.gif",
"package-with-docker": "./scripts/package-with-docker.sh",
"lint-md": "remark ."
"package-with-docker": "./scripts/package-with-docker.sh"
},
"repository": {
"type": "git",
@@ -79,9 +78,6 @@
"mustache": "^3.0.1",
"nyc": "^13.1.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",
"spectron": "^5.0.0",
"ts-node": "^7.0.1",
@@ -103,10 +99,5 @@
"mqtt": "^2.18.8",
"sha1": "^1.1.1",
"yarn-run-all": "^3.1.1"
},
"remarkConfig": {
"plugins": [
"remark-preset-lint-recommended"
]
}
}

1594
yarn.lock

File diff suppressed because it is too large Load Diff