Skip to content

Commit

Permalink
version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbasso committed Nov 9, 2017
1 parent 324cbc5 commit a602533
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": "gccx",
"version": "0.0.4",
"version": "0.1.0",
"description": "Transforms CPX (JSX like syntax) into asm-dom Virtual DOM",
"main": "lib/index.js",
"jsnext:main": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion test/cpp/spread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ int main() {
_asmdom_data_concat_0.callbacks.insert(_asmdom_data_concat_1.callbacks.begin(), _asmdom_data_concat_1.callbacks.end());
return _asmdom_data_concat_0;
}()
)
);
delete vnode;
}

0 comments on commit a602533

Please sign in to comment.