0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-11 23:31:21 -05:00

📎 Add deps to package.json for experimentation.

This commit is contained in:
Andrey Antukh 2020-01-15 17:58:41 +01:00
parent 338a0b97ac
commit 79a91605d3
2 changed files with 7 additions and 1 deletions

View file

@ -4589,6 +4589,11 @@
}
}
},
"transformation-matrix": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/transformation-matrix/-/transformation-matrix-2.2.0.tgz",
"integrity": "sha512-cxs7k1YT05BgY03PZg8P4MJUcLCqYdG+web+rXdTpyCYfyu6u6CS+X0hSMkHHdFrWpe5gsIQwwPAik+K6UnuMw=="
},
"trim-newlines": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz",

View file

@ -22,6 +22,7 @@
"rimraf": "^3.0.0"
},
"dependencies": {
"source-map-support": "^0.5.16"
"source-map-support": "^0.5.16",
"transformation-matrix": "^2.2.0"
}
}