react-moment-proptypes
Advanced tools
Comparing version 1.6.0 to 1.7.0
{ | ||
"name": "react-moment-proptypes", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"description": "React proptype for moment module", | ||
@@ -17,5 +17,4 @@ "keywords": [ | ||
"scripts": { | ||
"clean": "rm -Rf ./coverage", | ||
"coveralls": "cat ./coverage/lcov.info | coveralls", | ||
"test": "./node_modules/.bin/mocha --recursive --compilers js:babel/register --require ./test/suppress-fallback-warning.js", | ||
"coveralls": "nyc report --reporter=text-lcov | coveralls", | ||
"test": "./node_modules/.bin/mocha --recursive --require @babel/register --require ./test/suppress-fallback-warning.js --require ./test/require-enzyme-adapter.js", | ||
"test-all": "npm run test-1.6 && npm run test-1.7 && npm run test-latest", | ||
@@ -25,5 +24,5 @@ "test-1.6": "rm -Rf ./node_modules/moment/ && npm i moment@1.6.0 && npm test", | ||
"test-latest": "rm -Rf ./node_modules/moment/ && npm i moment@latest && npm test", | ||
"lint": "./node_modules/.bin/eslint --ext .js .", | ||
"lint-quiet": "./node_modules/.bin/eslint --ext .js --quiet .", | ||
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter dot --recursive --compilers js:babel/register --require ./test/suppress-fallback-warning.js" | ||
"lint": "./node_modules/.bin/eslint --ext .js . --ignore-path .gitignore", | ||
"lint-quiet": "./node_modules/.bin/eslint --ext .js --quiet . --ignore-path .gitignore", | ||
"coverage": "./node_modules/.bin/nyc npm run test" | ||
}, | ||
@@ -35,2 +34,5 @@ "author": { | ||
"license": "MIT", | ||
"engine": { | ||
"node": ">= 8.0" | ||
}, | ||
"dependencies": { | ||
@@ -43,15 +45,20 @@ "moment": ">=1.6.0" | ||
"devDependencies": { | ||
"babel": "^5.6.23", | ||
"babel-eslint": "^4.1.6", | ||
"chai": "^2.3.0", | ||
"coveralls": "^2.11.6", | ||
"enzyme": "^2.9.1", | ||
"eslint": "^0.24.0", | ||
"istanbul": "^0.3.13", | ||
"mocha": "^3.4.2", | ||
"react": "^15.6.1", | ||
"react-dom": "^15.6.1", | ||
"react-test-renderer": "^15.6.1", | ||
"sinon": "^2.3.6" | ||
"@babel/core": "^7.5.5", | ||
"@babel/preset-env": "^7.5.5", | ||
"@babel/preset-react": "^7.0.0", | ||
"@babel/register": "^7.5.5", | ||
"acorn": "^7.0.0", | ||
"babel-eslint": "^10.0.2", | ||
"chai": "^4.2.0", | ||
"coveralls": "^3.0.6", | ||
"enzyme": "^3.10.0", | ||
"enzyme-adapter-react-16": "^1.14.0", | ||
"eslint": "^6.1.0", | ||
"mocha": "^6.2.0", | ||
"nyc": "^14.1.1", | ||
"react": "^16.9.0", | ||
"react-dom": "^16.9.0", | ||
"react-test-renderer": "^16.9.0", | ||
"sinon": "^7.4.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20
1015
50348
17