Comparing version 3.0.0-beta.3 to 3.0.0-beta.4
@@ -29,3 +29,3 @@ "use strict"; | ||
/** | ||
* Sets the saturation of a color to the provided value. The lightness range can be | ||
* Sets the saturation of a color to the provided value. The saturation range can be | ||
* from 0 and 1. | ||
@@ -32,0 +32,0 @@ * |
@@ -7,3 +7,3 @@ { | ||
"types": "lib/index.d.ts", | ||
"version": "3.0.0-beta.3", | ||
"version": "3.0.0-beta.4", | ||
"scripts": { | ||
@@ -25,4 +25,2 @@ "build": "yarn build:lib && yarn build:dist && yarn build:flow && yarn build:docs && yarn build:typescript", | ||
"typescript": "tsc ./typescript-test.ts --noEmit --target es6 --module es2015 --moduleResolution node --allowJs", | ||
"precommit": "lint-staged --debug", | ||
"postcommit": "validate-commit-msg", | ||
"lint": "eslint src", | ||
@@ -77,3 +75,2 @@ "flow": "flow check && flow-coverage-report -i 'src/**/!(*.test).js'", | ||
"@babel/preset-flow": "^7.0.0", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-eslint": "^10.0.1", | ||
@@ -91,4 +88,4 @@ "babel-jest": "^24.1.0", | ||
"eslint-plugin-import": "^2.16.0", | ||
"flow-bin": "^0.92.1", | ||
"flow-copy-source": "^2.0.2", | ||
"flow-bin": "^0.93.0", | ||
"flow-copy-source": "^2.0.3", | ||
"flow-coverage-report": "^0.6.1", | ||
@@ -101,3 +98,3 @@ "husky": "^1.3.1", | ||
"prettier": "^1.16.4", | ||
"pushstate-server": "3.0.1", | ||
"pushstate-server": "3.1.0", | ||
"ramda": "^0.26.1", | ||
@@ -135,3 +132,9 @@ "rollup": "^1.1.2", | ||
"babel-plugin-preval": "3.0.1" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"post-commit": "validate-commit-msg", | ||
"pre-commit": "lint-staged --debug" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
41
2598177