Skip to content

Commit

Permalink
increments the version
Browse files Browse the repository at this point in the history
  • Loading branch information
SmoDav committed Aug 23, 2018
1 parent c33d8f3 commit db36349
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 216 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ A library written in TypeScript that allows creating self validating AkomaNtoso
The Akoma Ntoso LegalDocML standard was named after the West African symbol by the same name, meaning "linked hearts". We chose to use another Adinkra symbol NKYIMU, which is the symbol of skillfulness and precision: http://www.adinkra.org/htmls/adinkra/nkyimu.htm
This library will hopefully help in creating AkomaNtoso documents with more skill and precision.

## Examples
You can generate the AkN document either manually or using the auto-generator. Both examples are provided in the examples folder.

## Contribution
After making any addition, modification or removal of the source files, you will need to regenerate the required index files and the element map that is used to link an AkN element and a Nkyimu element:

Expand All @@ -15,12 +18,6 @@ Generate the index files and compile:
yarn compile
```

Then generate the element maps:

```
yarn generate-maps
```

To clean all the generated files run:

```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nkyimu",
"version": "1.0.2",
"version": "1.1.0",
"description": "A library written in TypeScript that allows creating self validating AkomaNtoso documents",
"author": "Libryo Ltd",
"main": "build/src/index.js",
Expand Down
Loading

0 comments on commit db36349

Please sign in to comment.