Readme + version

This commit is contained in:
Rainer Simon 2020-04-05 13:00:13 +02:00
parent 31661eac34
commit ddd87c12c8
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,12 @@
# recogito-client-core
Core functions, classes and components for RecogitoJS.
Core functions, classes and components for [RecogitoJS](https://github.com/recogito/recogito-js).
## Installing
Use `npm install @recogito/recogito-client-core`.
## Using
Documentation is available at the [RecogitoJS Wiki](https://github.com/recogito/recogito-js/wiki).

View File

@ -1,6 +1,6 @@
{
"name": "@recogito/recogito-client-core",
"version": "0.1.0",
"version": "0.1.1",
"description": "Core functions, classes and components for RecogitoJS",
"main": "src/index.js",
"scripts": {