mirror of
https://github.com/remoteintech/remote-jobs
synced 2024-12-26 04:13:10 +00:00
8942a91a85
* Update node * Add mocha and chai * Fix npm audit issue https://nodesecurity.io/advisories/577 * Skip some redundant errors * Catch duplicate headings * Update the wording of a few errors * Detect when headings are wrapped inside another element * Build and validate the content of each profile section * Add tests for validation script * Remove empty sections in existing profiles
11 lines
183 B
JSON
11 lines
183 B
JSON
{
|
|
"devDependencies": {
|
|
"chai": "^4.1.2",
|
|
"cheerio": "^1.0.0-rc.2",
|
|
"marked": "^0.3.12",
|
|
"mocha": "^5.2.0"
|
|
},
|
|
"scripts": {
|
|
"build": "bin/build-site.js"
|
|
}
|
|
}
|