Layne Anderson
2018-07-03 49de8cf59095fa3fb450f7ec938c68af4ea9961a
package.json
@@ -1,7 +1,7 @@
{
  "name": "react-datetime",
  "version": "2.10.3",
  "description": "A lightweight but complete datetime picker React.js component.",
  "version": "2.14.0",
  "description": "A lightweight but complete datetime picker React.js component",
  "homepage": "https://github.com/YouCanBookMe/react-datetime",
  "repository": {
    "type": "git",
@@ -20,12 +20,13 @@
    "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! ðŸ’ª'",
    "notify-pre-commit-hook": "echo '### Starting pre-commit hook ðŸ¦„'",
    "test": "./node_modules/.bin/jest",
    "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:all": "echo 'Running tests...' && npm run test:typings && npm run test && echo 'All tests passed! ðŸ¤˜'",
    "test:watch": "./node_modules/.bin/jest --watch"
  },
  "keywords": [
@@ -84,6 +85,7 @@
    "react-onclickoutside": "^6.5.0"
  },
  "pre-commit": [
    "notify-pre-commit-hook",
    "lint",
    "test:all"
  ]