@mintlab/ui
Advanced tools
Comparing version 2.2.0 to 2.2.1
{ | ||
"name": "@mintlab/ui", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"license": "EUPL-1.1", | ||
@@ -5,0 +5,0 @@ "description": "Mintlab React UI components used in Zaaksysteem.", |
@@ -1,26 +0,22 @@ | ||
# The `/root` directory | ||
# `@mintlab/ui` [![npm version][npm-image]][npm-url] | ||
> Some files need to be in the container root for technical | ||
reasons, but we don't want them to be under version control | ||
there for different technical reasons. | ||
For a build, these files are simply copied to the | ||
container root. | ||
> React UI components used in Zaaksysteem. | ||
## Development | ||
## Documentation | ||
Add this directory as a volume in your `docker-compose.override` file. | ||
- [https://zaaksysteem.gitlab.io/npm-mintlab-ui/](https://zaaksysteem.gitlab.io/npm-mintlab-ui/) | ||
## Package manifest files | ||
## License | ||
In the development stage, the `package(-lock)?.json` files | ||
in the root are replaced with symbolic links because they | ||
might be mutated both on the host (in this directory) or in | ||
the container (by installing/uninstalling dependencies in | ||
the root). | ||
Copyright 2017 Mintlab B.V. | ||
## Dot files | ||
Licensed under the EUPL, Version 1.1 or – as soon they will be approved by the European Commission – | ||
subsequent versions of the EUPL (the "Licence"). | ||
Dot files in this directory are rarely changed. | ||
In case you need to, you can simply copy them manually | ||
to the root directory in the container after editing | ||
them on the host. | ||
You may not use this work except in compliance with the Licence. | ||
You may obtain a copy of the Licence at: | ||
[https://joinup.ec.europa.eu/software/page/eupl](https://joinup.ec.europa.eu/software/page/eupl) | ||
[npm-image]: https://img.shields.io/npm/v/@mintlab/ui.svg?style=flat-square | ||
[npm-url]: https://www.npmjs.com/package/@mintlab/ui |
1236371
23