diff --git a/README.md b/README.md index 231476a..043f67f 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,3 @@ at your option. ### Contribution Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. - -### Disclaimer -This code has not yet been audited, and should not be used in any production systems. diff --git a/package-lock.json b/package-lock.json index 3fef817..5c47fee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pilcom", - "version": "0.0.22", + "version": "0.0.23", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pilcom", - "version": "0.0.22", + "version": "0.0.23", "license": "UNLICENSED", "bin": { "pilcom": "src/pil.js", diff --git a/package.json b/package.json index 499f776..8d4fc5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pilcom", - "version": "0.0.22", + "version": "0.0.23", "description": "Polynomial Identity Language (pil)", "main": "index.js", "bin": { @@ -8,7 +8,7 @@ "pilverifier": "src/main_pilverifier.js" }, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", + "test": "mkdir -p tmp; mocha", "build_parser_pil": "mkdir -p build; ./node_modules/.bin/jison src/pil_parser.jison -o build/pil_parser.js", "build": "npm run build_parser_pil" },