@kbss-cvut/s-forms 0.7.2-alpha-b27a28a.0 → 0.7.2-alpha-e8ec8ad.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -28,7 +28,7 @@ Checkout [live demo using storybook](https://s-forms-kbss.netlify.app).
28
28
  Semantic form is a structure that holds a form (set of questions) and its data (set of answers).
29
29
  A conceptual model of Semantic forms is [questions/answers model](https://github.com/kbss-cvut/s-forms-model).
30
30
  The conceptual model is described in RDF language. This library processes and generates Semantic forms using JSON-LD
31
- format, which is JSON-compatible serialization of the RDF language.
31
+ format, a JSON-compatible serialization of the RDF language.
32
32
 
33
33
  ## Development
34
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kbss-cvut/s-forms",
3
- "version": "0.7.2-alpha-b27a28a.0",
3
+ "version": "0.7.2-alpha-e8ec8ad.0",
4
4
  "description": "Semantic forms generator and processor",
5
5
  "keywords": [
6
6
  "react",