react-incrementor
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "react-incrementor", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Component for building flexible incrementor components", | ||
"main": "dist/index.js", | ||
"files": ["dist"], | ||
"keywords": ["react", "incrementor", "accesibility"], | ||
"files": [ | ||
"dist" | ||
], | ||
"keywords": [ | ||
"react", | ||
"incrementor", | ||
"accesibility" | ||
], | ||
"peerDependencies": { | ||
@@ -13,26 +19,26 @@ "react": "^16.2.0", | ||
"devDependencies": { | ||
"babel-cli": "6.24.1", | ||
"babel-eslint": "8.0.3", | ||
"babel-plugin-istanbul": "4.1.4", | ||
"babel-plugin-transform-class-properties": "6.24.1", | ||
"babel-plugin-transform-object-rest-spread": "6.26.0", | ||
"babel-preset-env": "1.6.1", | ||
"babel-preset-react": "6.24.1", | ||
"codecov": "2.2.0", | ||
"cross-env": "5.0.1", | ||
"enzyme": "3.2.0", | ||
"enzyme-adapter-react-16": "1.1.0", | ||
"enzyme-to-json": "3.2.2", | ||
"eslint": "4.1.1", | ||
"eslint-config-airbnb-base": "11.2.0", | ||
"eslint-plugin-import": "2.8.0", | ||
"eslint-plugin-react": "7.5.1", | ||
"jest": "21.2.1", | ||
"npm-run-all": "4.1.2", | ||
"nyc": "11.3.0", | ||
"prop-types": "15.6.0", | ||
"raf": "3.4.0", | ||
"react": "16.2.0", | ||
"react-dom": "16.2.0", | ||
"rimraf": "2.6.1" | ||
"babel-cli": "^6.24.1", | ||
"babel-eslint": "^8.0.3", | ||
"babel-plugin-istanbul": "^4.1.4", | ||
"babel-plugin-transform-class-properties": "^6.24.1", | ||
"babel-plugin-transform-object-rest-spread": "^6.26.0", | ||
"babel-preset-env": "^1.6.1", | ||
"babel-preset-react": "^6.24.1", | ||
"codecov": "^3.0.0", | ||
"cross-env": "^5.0.1", | ||
"enzyme": "^3.2.0", | ||
"enzyme-adapter-react-16": "^1.1.0", | ||
"enzyme-to-json": "^3.2.2", | ||
"eslint": "^4.1.1", | ||
"eslint-config-airbnb-base": "^11.2.0", | ||
"eslint-plugin-import": "^2.8.0", | ||
"eslint-plugin-react": "^7.5.1", | ||
"jest": "^21.2.1", | ||
"npm-run-all": "^4.1.2", | ||
"nyc": "^11.3.0", | ||
"prop-types": "^15.6.0", | ||
"raf": "^3.4.0", | ||
"react": "^16.2.0", | ||
"react-dom": "^16.2.0", | ||
"rimraf": "^2.6.1" | ||
}, | ||
@@ -39,0 +45,0 @@ "scripts": { |
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
14954