Skip to content

Commit

Permalink
fix enum keys
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentriemer committed Jan 4, 2018
1 parent 04b8c44 commit 77b12e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,3 +1,4 @@
node_modules
dist
build
build
yarn-error.log
2 changes: 1 addition & 1 deletion bindings/Enums.cc
Expand Up @@ -95,7 +95,7 @@ EMSCRIPTEN_BINDINGS(YGEnums) {
;

enum_<YGWrap>("YGWrap")
.value("no-wrap", YGWrapNoWrap)
.value("nowrap", YGWrapNoWrap)
.value("wrap", YGWrapWrap)
.value("wrap-reverse", YGWrapWrapReverse)
;
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "yoga-dom",
"description": "WASM bindings for Yoga Layout",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT",
"author": "Vincent Riemer",
"main": "dist/Yoga.cjs.js",
Expand Down

0 comments on commit 77b12e2

Please sign in to comment.