Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
f70177001b | |||
232bb80bcb |
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smartarchive",
|
"name": "@pushrocks/smartarchive",
|
||||||
"version": "3.0.1",
|
"version": "3.0.2",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@pushrocks/smartarchive",
|
"name": "@pushrocks/smartarchive",
|
||||||
"version": "3.0.1",
|
"version": "3.0.2",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@pushrocks/smartfile": "^9.0.6",
|
"@pushrocks/smartfile": "^9.0.6",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smartarchive",
|
"name": "@pushrocks/smartarchive",
|
||||||
"version": "3.0.1",
|
"version": "3.0.2",
|
||||||
"description": "work with archives",
|
"description": "work with archives",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
"typings": "dist_ts/index.d.ts",
|
"typings": "dist_ts/index.d.ts",
|
||||||
|
@ -62,7 +62,7 @@ export class SmartArchive {
|
|||||||
new plugins.smartfile.Smartfile({
|
new plugins.smartfile.Smartfile({
|
||||||
base: null, // no working directory for this one
|
base: null, // no working directory for this one
|
||||||
contentBuffer: fileBuffer,
|
contentBuffer: fileBuffer,
|
||||||
path: `./${header.name}`
|
path: `${header.name}`
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
next();
|
next();
|
||||||
|
Reference in New Issue
Block a user