@bodidata/events
Advanced tools
Comparing version 1.4.0-0 to 1.4.0-2
{ | ||
"name": "@bodidata/events", | ||
"version": "1.4.0-0", | ||
"version": "1.4.0-2", | ||
"description": "strongly typed events dictionary", | ||
@@ -9,3 +9,4 @@ "main": "build/index.js", | ||
"build": "babel ./src -d ./build --ignore __tests__,__mocks__", | ||
"prebuild": "flow-copy-source src build" | ||
"prebuild": "flow-copy-source src build", | ||
"prepare": "yarn build" | ||
}, | ||
@@ -12,0 +13,0 @@ "author": "Tung Vu <tung@bodidata.com>", |
88829