Skip to content

Commit ea3fb6d

Browse files
committed
add versioning
1 parent 08fdd05 commit ea3fb6d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
import transport from "./transport";
22
import food from "./food";
33

4-
export { transport, food };
4+
const CO2EQ_MODEL_VERSION = 1;
5+
6+
export { transport, food, CO2EQ_MODEL_VERSION };

0 commit comments

Comments
 (0)