Correct the Note editor.
Split the source file in sub components.
Correct a timing problem on the editor checkbox.
{
"name": "api",
"version": "1.0.0",
"description": "api documentation",
"main": "index.js",
"scripts": {
"build": "aglio -i metacategory.apib -o metacategory.html",
"watch": "aglio -i metacategory.apib -s"
},
"author": "",
"license": "ISC",
"devDependencies": {
"aglio": "^2.3.0"
}
}