diff --git a/package.json b/package.json index 7914a9a..53d3c30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "savethedate", - "version": "0.1.1", + "version": "0.2.0", "description": "Primitives for extensible React datepicker components", "main": "lib/index.js", "repository": "https://github.com/frontsideair/savethedate", @@ -21,6 +21,7 @@ "test": "nwb test-react", "test:coverage": "nwb test-react --coverage", "test:watch": "nwb test-react --server", + "prepublish": "yarn build", "flow": "flow", "lint": "eslint *.js" },