Removed duplicate export from Datepicker

Fixed issue with sass npm script not working on Windows
old
Ryan McAfee 2016-09-28 12:52:36 -05:00
parent dea14144b8
commit 7c39493b9b
2 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,3 @@
export default from './DatePicker';
import { themr } from 'react-css-themr';
import { DATE_PICKER, DIALOG } from '../identifiers.js';
import { datePickerFactory } from './DatePicker.js';

View File

@ -105,7 +105,7 @@
"prebuild": "npm run clean",
"prepublish": "npm run build",
"release": "bumped release",
"sass": "cpx './components/**/*.scss' ./lib",
"sass": "cpx \"./components/**/*.scss\" ./lib",
"start": "cross-env NODE_ENV=development UV_THREADPOOL_SIZE=100 node ./server",
"test": "cross-env NODE_ENV=test karma start",
"test:watch": "cross-env NODE_ENV=test karma start --no-single-run",