@azuro-protocol/nft-image-generator
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@azuro-protocol/nft-image-generator", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -29,3 +29,4 @@ "main": "lib/index.js", | ||
"rollup-plugin-uglify": "^6.0.4", | ||
"rimraf": "^3.0.2" | ||
"rimraf": "^3.0.2", | ||
"rollup-plugin-copy": "^3.4.0" | ||
}, | ||
@@ -32,0 +33,0 @@ "dependencies": { |
@@ -5,2 +5,3 @@ import builtins from 'builtin-modules/static' | ||
import json from '@rollup/plugin-json' | ||
import copy from 'rollup-plugin-copy' | ||
@@ -38,4 +39,8 @@ import pkg from './package.json' | ||
}), | ||
// uglify(), | ||
copy({ | ||
targets: [ | ||
{ src: ['src/templates', 'src/images', 'src/css'], dest: 'lib/src' }, | ||
] | ||
}) | ||
], | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
139121
23
691
0
16