Skip to content

Commit

Permalink
Fix Editor Validation (hyperledger-archives#2496)
Browse files Browse the repository at this point in the history
Updated so that when a file is in error changes won't be lost after changing files

contributes to hyperledger/composer#1530

Signed-off-by: K. L. Usher <kai.usher@ibm.com>
  • Loading branch information
cazfletch authored and nklincoln committed Oct 31, 2017
1 parent 1d88aeb commit a3deabe
Show file tree
Hide file tree
Showing 30 changed files with 4,703 additions and 2,327 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
],
"author": "Hyperledger Composer",
"license": "Apache-2.0"
}
}
8 changes: 4 additions & 4 deletions packages/composer-playground/.istanbul.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ instrumentation:
- "docker/*"
check:
global:
statements: 99.4
branches: 96.45
functions: 98.8
lines: 99.4
statements: 99.51
branches: 97.12
functions: 98.93
lines: 99.55
Loading

0 comments on commit a3deabe

Please sign in to comment.