Skip to content

Commit

Permalink
odify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
YuChenLi923 committed Jul 18, 2019
1 parent 9fc4c6b commit d554174
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "condition-json",
"version": "0.0.2",
"version": "0.0.2-a",
"description": "",
"main": "dist/condition-json.min.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const json = {
'{showAge}': {
age: 22
},
'{showBook}-book': {
'{showBook}:book': {
name: 'book1'
}
};
Expand Down

0 comments on commit d554174

Please sign in to comment.