Skip to content

Commit

Permalink
Merge pull request #47 from Bridgeconn/release
Browse files Browse the repository at this point in the history
Update version and description.
  • Loading branch information
joelthe1 authored Oct 17, 2019
2 parents 96ffaa7 + bdf1174 commit e9c3888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "usfm-grammar",
"description": "An elegant USFM parser (or validator) that uses a parsing expression grammar to model USFM. The grammar is written using ohm.js. Only USFM 3.0 is supported. The parsed USFM is an intuitive and easy to manipulate JSON structure that allows for painless extraction of scripture and other content from the markup. USFM Grammar is also capable of reconverting the generated JSON back to USFM.",
"version": "1.1.0-beta.3",
"description": "An elegant [USFM](https://github.com/ubsicap/usfm) parser (or validator) that uses a [parsing expression grammar](https://en.wikipedia.org/wiki/Parsing_expression_grammar) to model USFM. The grammar is written using [ohm](https://ohmlang.github.io/). Only USFM 3.0 is supported. The parsed USFM is an intuitive and easy to manipulate JSON structure that allows for painless extraction of scripture and other content from the markup. USFM Grammar is also capable of reconverting the generated JSON back to USFM.",
"version": "1.1.0",
"main": "./js/parser.js",
"scripts": {
"test": "mocha",
Expand Down

0 comments on commit e9c3888

Please sign in to comment.