Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.

Commit a28403f

Browse files
author
sw-yx
committed
bump ZISI version
1 parent 48d7d34 commit a28403f

File tree

3 files changed

+12
-60
lines changed

3 files changed

+12
-60
lines changed

package-lock.json

+10-58
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"@netlify/cli-utils": "^1.0.1",
99
"@netlify/rules-proxy": "^0.1.3",
10-
"@netlify/zip-it-and-ship-it": "^0.1.3",
10+
"@netlify/zip-it-and-ship-it": "^0.3.0",
1111
"@oclif/command": "^1",
1212
"@oclif/config": "^1",
1313
"ascii-table": "0.0.9",

src/utils/finders.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const resolve = require("resolve");
66
const readPkgUp = require("read-pkg-up");
77
const requirePackageName = require("require-package-name");
88
const alwaysIgnored = new Set(["aws-sdk"]);
9-
const debug = require("debug")("@netlify/zip-it-and-ship-it:finders");
9+
const debug = require("debug")("netlify-dev-plugin:src/utils/finders");
1010

1111
const ignoredExtensions = new Set([
1212
".log",

0 commit comments

Comments
 (0)