Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbl committed Nov 26, 2017
1 parent 0fc2bbf commit 028a14e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DayPicker.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
Used as main file in package.json
*/

/* eslint-disable no-var */
/* eslint-env node */

Expand Down
4 changes: 4 additions & 0 deletions DayPickerInput.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
Used to import DayPickerInput. e.g. `import DayPickerInput from 'react-day-picker/DayPickerInput'`
*/

/* eslint-disable no-var */
/* eslint-env node */

Expand Down

0 comments on commit 028a14e

Please sign in to comment.