transformation-matrix
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "transformation-matrix", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "2d transformation matrix functions written in ES6 syntax. Tree shaking ready!", | ||
@@ -54,18 +54,18 @@ "main": "./build-commonjs/index.js", | ||
"devDependencies": { | ||
"@babel/cli": "^7.4.3", | ||
"@babel/core": "^7.4.3", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.4.3", | ||
"@babel/plugin-transform-runtime": "^7.4.3", | ||
"@babel/preset-env": "^7.4.3", | ||
"@types/jest": "^24.0.11", | ||
"babel-loader": "^8.0.5", | ||
"coveralls": "^3.0.3", | ||
"del-cli": "^1.1.0", | ||
"jest": "^24.7.1", | ||
"jsdoc-to-markdown": "^4.0.1", | ||
"@babel/cli": "^7.4.4", | ||
"@babel/core": "^7.4.5", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.4.4", | ||
"@babel/plugin-transform-runtime": "^7.4.4", | ||
"@babel/preset-env": "^7.4.5", | ||
"@types/jest": "^24.0.13", | ||
"babel-loader": "^8.0.6", | ||
"coveralls": "^3.0.4", | ||
"del-cli": "^2.0.0", | ||
"jest": "^24.8.0", | ||
"jsdoc-to-markdown": "^5.0.0", | ||
"npm-run-all": "^4.1.5", | ||
"pegjs": "0.11.0-master.30f3260", | ||
"standard": "^12.0.1", | ||
"webpack": "^4.29.6", | ||
"webpack-cli": "^3.3.0" | ||
"webpack": "^4.33.0", | ||
"webpack-cli": "^3.3.4" | ||
}, | ||
@@ -72,0 +72,0 @@ "standard": { |