Skip to content

Commit

Permalink
build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolas committed Dec 12, 2018
1 parent 98fc44c commit ab546ee
Show file tree
Hide file tree
Showing 6 changed files with 751 additions and 34 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ See: https://compiled.ctl.columbia.edu/articles/a-range-input-for-scientific-app

## Installation

npm install react-range-step-input
npm install --save react-range-step-input

## Usage

import RangeStepInput from 'react-range-step-input';
import {RangeStepInput} from 'react-range-step-input';

In your `render()` method:

Expand Down
6 changes: 3 additions & 3 deletions build/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

import RangeStepInput from './RangeStepInput';

module.exports = RangeStepInput;
export {RangeStepInput};
Loading

0 comments on commit ab546ee

Please sign in to comment.