Layne Anderson
2017-09-30 39b8275f9b2bbd8f11ffecba94fce7d339c4d577
package.json
@@ -1,6 +1,6 @@
{
  "name": "react-datetime",
  "version": "2.8.11",
  "version": "2.10.3",
  "description": "A lightweight but complete datetime picker React.js component.",
  "homepage": "https://github.com/YouCanBookMe/react-datetime",
  "repository": {
@@ -20,10 +20,12 @@
    "build:mac": "./node_modules/.bin/gulp",
    "build:win": "./node_modules/.bin/gulp.cmd",
    "dev": "./node_modules/.bin/webpack-dev-server --config example/webpack.config.js --devtool eval --progress --colors --hot --content-base example",
    "lint": "./node_modules/.bin/eslint src/ DateTime.js tests/",
    "lint": "./node_modules/.bin/eslint src/ DateTime.js test/",
    "test": "./node_modules/.bin/jest",
    "test:all": "npm run test:typings && npm run test",
    "test:typings": "./node_modules/.bin/tsc -p ./typings",
    "test:snapshot": "./node_modules/.bin/jest snapshot",
    "test:snapshot:update": "./node_modules/.bin/jest snapshot --updateSnapshot",
    "test:all": "npm run test:typings && npm run test",
    "test:watch": "./node_modules/.bin/jest --watch"
  },
  "keywords": [
@@ -42,6 +44,7 @@
    "react-dom": ">=0.13"
  },
  "devDependencies": {
    "@types/react": ">=15",
    "babel-core": "^6.22.1",
    "babel-jest": "^18.0.0",
    "babel-loader": "^6.2.1",
@@ -74,10 +77,10 @@
    "webpack-stream": "^3.2.0"
  },
  "dependencies": {
    "@types/react": ">=15",
    "create-react-class": "^15.5.2",
    "object-assign": "^3.0.0",
    "prop-types": "^15.5.7",
    "react-onclickoutside": "^5.9.0"
    "react-onclickoutside": "^6.5.0"
  },
  "pre-commit": [
    "lint",