concat-color-matrices
Advanced tools
Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "concat-color-matrices", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "Functions for combining color matrices", | ||
@@ -12,3 +12,4 @@ "main": "dist/index.js", | ||
"watch": "npm run build -- --watch", | ||
"test": "jest" | ||
"test": "jest", | ||
"coverage": "codecov" | ||
}, | ||
@@ -37,2 +38,3 @@ "keywords": [ | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", | ||
"codecov": "^3.1.0", | ||
"jest": "^23.6.0", | ||
@@ -49,3 +51,6 @@ "ts-jest": "^23.10.1", | ||
"jest": { | ||
"moduleFileExtensions": ["js", "ts"], | ||
"moduleFileExtensions": [ | ||
"js", | ||
"ts" | ||
], | ||
"testRegex": ".spec.ts$", | ||
@@ -52,0 +57,0 @@ "transform": { |
# concat-color-matrices | ||
[![npm version](https://badge.fury.io/js/concat-color-matrices.svg?t=1495378566925)](https://badge.fury.io/js/concat-color-matrices) | ||
[![CircleCI](https://circleci.com/gh/iyegoroff/concat-color-matrices.svg?style=svg)](https://circleci.com/gh/iyegoroff/concat-color-matrices) | ||
[![npm version](https://badge.fury.io/js/concat-color-matrices.svg?t=1495378566925)](https://badge.fury.io/js/concat-color-matrices) | ||
[![codecov](https://codecov.io/gh/iyegoroff/concat-color-matrices/branch/master/graph/badge.svg?t=1520230083925)](https://codecov.io/gh/iyegoroff/concat-color-matrices) | ||
[![Dependency Status](https://david-dm.org/iyegoroff/concat-color-matrices.svg?t=1495378566925)](https://david-dm.org/iyegoroff/concat-color-matrices) | ||
@@ -5,0 +6,0 @@ [![devDependencies Status](https://david-dm.org/iyegoroff/concat-color-matrices/dev-status.svg)](https://david-dm.org/iyegoroff/concat-color-matrices?type=dev) |
10842
34
10