Skip to content

Commit 7346fc1

Browse files
committed
Merge branch 'master' of github.com:pie-framework/math-validation
2 parents 7553089 + 8e3c8f1 commit 7346fc1

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,5 @@ add the following to `configurations` array in launch.json
9999
node --inspect-brk ./node_modules/.bin/jest --runInBand #and any other flags you want
100100
```
101101
The launch debug using 'Attach' command above.
102+
103+
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

docs/js/demo.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39686,7 +39686,6 @@ const sortRelationalNode = (node) => {
3968639686
}
3968739687
return node;
3968839688
});
39689-
log$2("THIS IS THE END ++++", JSON.stringify(node));
3969039689
return resultNode;
3969139690
};
3969239691
const sort = (node) => {

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"private": true,
23
"name": "@pie-framework/math-validation",
34
"version": "1.0.1",
45
"description": "New math validation",

0 commit comments

Comments
 (0)