Skip to content

Commit ab546ee

Browse files
committed
build fixes
1 parent 98fc44c commit ab546ee

File tree

6 files changed

+751
-34
lines changed

6 files changed

+751
-34
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ See: https://compiled.ctl.columbia.edu/articles/a-range-input-for-scientific-app
88

99
## Installation
1010

11-
npm install react-range-step-input
11+
npm install --save react-range-step-input
1212

1313
## Usage
1414

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

1717
In your `render()` method:
1818

build/index.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
import RangeStepInput from './RangeStepInput';
44

5-
module.exports = RangeStepInput;
5+
export {RangeStepInput};

0 commit comments

Comments
 (0)