transformation-matrix
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "transformation-matrix", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "2d transformation matrix functions written in ES6 syntax. Tree shaking ready!", | ||
@@ -8,2 +8,9 @@ "main": "./lib/2d-transformation.js", | ||
"jsnext:main": "es/2d-transformation.js", | ||
"files": [ | ||
"es", | ||
"lib", | ||
"src", | ||
"tests", | ||
".babelrc" | ||
], | ||
"scripts": { | ||
@@ -10,0 +17,0 @@ "coverage": "cross-env BABEL_ENV=commonjs nyc --require babel-core/register mocha ./tests/*.spec.js", |
881
39822
8