@ctrl/tinycolor
Advanced tools
Comparing version 2.5.1 to 2.5.2
{ | ||
"name": "@ctrl/tinycolor", | ||
"version": "2.5.1", | ||
"version": "2.5.2", | ||
"description": "Fast, small color manipulation and conversion for JavaScript", | ||
@@ -27,10 +27,8 @@ "author": "Scott Cooper <scttcper@gmail.com>", | ||
"scripts": { | ||
"demo": "npm-run-all --parallel start:demo watch:demo", | ||
"build:demo": "rollup -c rollup.demo.js", | ||
"watch:demo": "rollup -c rollup.demo.js -w", | ||
"start:demo": "serve demo/public", | ||
"lint": "eslint src/**/*.ts test/**/*.ts", | ||
"lint:fix": "eslint --fix src/**/*.ts test/**/*.ts", | ||
"prepare": "npm run build", | ||
"build": "del dist && npm run build-es6; npm run build-cmjs; ts-node build", | ||
"build": "del dist && npm run build-es6 && npm run build-cmjs && ts-node build", | ||
"build-es6": "tsc -P ./tsconfig-build.json --outDir 'dist/es' --module es2015 -d false --moduleResolution node", | ||
@@ -45,3 +43,2 @@ "build-cmjs": "tsc -P ./tsconfig-build.json", | ||
"devDependencies": { | ||
"@types/fs-extra": "7.0.0", | ||
"@types/jest": "24.0.13", | ||
@@ -51,3 +48,3 @@ "@types/node": "12.0.2", | ||
"@typescript-eslint/parser": "1.9.0", | ||
"del-cli": "^1.1.0", | ||
"del-cli": "1.1.0", | ||
"eslint": "5.16.0", | ||
@@ -57,10 +54,10 @@ "eslint-config-prettier": "4.3.0", | ||
"eslint-config-xo-typescript": "0.12.0", | ||
"eslint-plugin-import": "2.17.2", | ||
"fs-extra": "8.0.1", | ||
"eslint-plugin-import": "2.17.3", | ||
"jest": "24.8.0", | ||
"jest-junit": "6.4.0", | ||
"npm-run-all": "4.1.5", | ||
"rollup": "1.12.3", | ||
"rollup": "1.12.4", | ||
"rollup-plugin-livereload": "1.0.0", | ||
"rollup-plugin-serve": "1.0.1", | ||
"rollup-plugin-sourcemaps": "0.4.2", | ||
"rollup-plugin-terser": "4.0.4", | ||
"rollup-plugin-terser": "5.0.0", | ||
"rollup-plugin-typescript2": "0.21.1", | ||
@@ -70,4 +67,4 @@ "rollup-plugin-uglify": "6.0.2", | ||
"ts-jest": "24.0.2", | ||
"ts-node": "8.1.0", | ||
"typedoc": "0.14.2", | ||
"ts-node": "8.2.0", | ||
"typedoc": "0.15.0-0", | ||
"typescript": "3.4.5" | ||
@@ -74,0 +71,0 @@ }, |
@@ -7,2 +7,4 @@ # tinycolor [![npm](https://img.shields.io/npm/v/%40ctrl%2Ftinycolor.svg?maxAge=3600)](https://www.npmjs.com/package/%40ctrl%2Ftinycolor) [![CircleCI](https://circleci.com/gh/TypeCtrl/tinycolor.svg?style=svg)](https://circleci.com/gh/TypeCtrl/tinycolor) [![coverage status](https://codecov.io/gh/typectrl/tinycolor/branch/master/graph/badge.svg)](https://codecov.io/gh/typectrl/tinycolor) | ||
__DEMO__: https://tinycolor.netlify.com/ | ||
### Changes from tinycolor2 | ||
@@ -9,0 +11,0 @@ |
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
24
659
188933