@cardcore/game
Advanced tools
Comparing version 0.0.1-a2227030 to 0.0.1-b988254e
@@ -184,3 +184,3 @@ "use strict"; | ||
return Object.assign({}, state, { | ||
game: { | ||
game: Object.assign({}, state.game, { | ||
startTime: action.startTime, | ||
@@ -203,3 +203,3 @@ nextActions: [{ | ||
boxes: {} | ||
} | ||
}) | ||
}); | ||
@@ -206,0 +206,0 @@ } |
{ | ||
"name": "@cardcore/game", | ||
"version": "0.0.1-a2227030", | ||
"version": "0.0.1-b988254e", | ||
"description": "base rules for the Streamplace card game", | ||
@@ -16,3 +16,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "a2227030a725c42f1d30ec19c0e97232bd467345" | ||
"gitHead": "b988254e91c1d5090f9ae8f72977c7e236b5d8c5" | ||
} |
@@ -26,2 +26,3 @@ export * from "./attack"; | ||
game: { | ||
...state.game, | ||
startTime: action.startTime, | ||
@@ -28,0 +29,0 @@ nextActions: [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
149307
52
2622