Simon Egersand
2017-07-30 1ea05fd27b4c8f7dd8d3e910590787b0d50c13da
package.json
@@ -1,6 +1,6 @@
{
  "name": "react-datetime",
  "version": "2.8.10",
  "version": "2.9.0",
  "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": [