Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frontsideair committed Apr 26, 2018
1 parent c16ed62 commit a8055af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
},
Expand Down

0 comments on commit a8055af

Please sign in to comment.