Simon Egersand
2018-02-01 80582080ed523fcb9f85300438e066b76a008a4f
package.json
@@ -1,6 +1,6 @@
{
  "name": "react-datetime",
  "version": "2.11.0",
  "version": "2.12.0",
  "description": "A lightweight but complete datetime picker React.js component.",
  "homepage": "https://github.com/YouCanBookMe/react-datetime",
  "repository": {
@@ -20,7 +20,7 @@
    "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 test/",
    "lint": "./node_modules/.bin/eslint src/ DateTime.js test/ && echo 'Linting OK!'",
    "test": "./node_modules/.bin/jest",
    "test:typings": "./node_modules/.bin/tsc -p ./typings",
    "test:snapshot": "./node_modules/.bin/jest snapshot",