pidgin/nest

Add everything for the 2.14.10 release

23 months ago, Gary Kramlich
50cd5e895dba
Add everything for the 2.14.10 release

Testing Done:
ran `npm run hugo:server`

Reviewed at https://reviews.imfreedom.org/r/1490/
{
"tabWidth": 4,
"useTabs": true,
"pluginSearchDirs": ["./"],
"proseWrap": "always",
"trailingComma": "es5",
"overrides": [
{
"files": "tools/**/*.js",
"options": {
"semi": false,
"singleQuote": true
}
},
{
"files": "package.json",
"options": {
"tabWidth": 2,
"useTabs": false
}
},
{
"files": "*.yaml",
"options": {
"tabWidth": 2
}
}
]
}