* move gh-badges files out of /lib
As far as possible, this is just moving files
around and updating paths however there are 2
functional changes in this commit:
- remove use of lib/register-chai-plugins.spec
in badge-cli.spec.js
- remove use of starRating()
in text-measurer.spec.js
* update service tests that use colorscheme.json
* split package.json in two
* clean up import
* don't hard-code path
* start a changelog
* put a license file in the package dir
* re-organise documentation 📚
* don't pack test files
* remove favicon from Makefile
* give package its own test command
* link the docs better in README
27 lines
442 B
JSON
27 lines
442 B
JSON
{
|
|
"name": "shields",
|
|
"files": [
|
|
"server.js",
|
|
"favicon.png",
|
|
"next.config.js",
|
|
"package-lock.json",
|
|
"build/",
|
|
"frontend/",
|
|
"gh-badges/",
|
|
"lib/",
|
|
"logo/",
|
|
"pages/",
|
|
"public/",
|
|
"static/",
|
|
"templates/",
|
|
"services/"
|
|
],
|
|
"env": {
|
|
"PERSISTENCE_DIR": "/tmp/persistence",
|
|
"SHIELDS_ANALYTICS_FILE": "/tmp/analytics.json"
|
|
},
|
|
"type": "npm",
|
|
"engines": {
|
|
"node": "8.x"
|
|
}
|
|
} |