Skip to content

Commit

Permalink
0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Remon Oldenbeuving committed Sep 22, 2014
1 parent 4b7d5db commit 2317cc2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "HackerOne",
"name": "react-datepicker",
"description": "A simple and reusable datepicker component for React",
"version": "0.2.7",
"version": "0.2.8",
"license": "MIT",
"homepage": "https://github.com/Hacker0x01/react-datepicker",
"main": "src/datepicker.js",
Expand Down Expand Up @@ -40,7 +40,9 @@
"test": "grunt travis --verbose"
},
"browserify": {
"transform": ["reactify"]
"transform": [
"reactify"
]
},
"jest": {
"testDirectoryName": "test",
Expand Down

0 comments on commit 2317cc2

Please sign in to comment.