Skip to content

Commit 335f46f

Browse files
committed
build: fix files field in package.json
1 parent 8001229 commit 335f46f

File tree

29 files changed

+36
-36
lines changed

29 files changed

+36
-36
lines changed

ecosystem/plugin-active-header-links/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"main": "./lib/node/index.js",
2929
"types": "./lib/node/index.d.ts",
3030
"files": [
31-
"./lib"
31+
"lib"
3232
],
3333
"scripts": {
3434
"build": "tsc -b tsconfig.build.json",

ecosystem/plugin-back-to-top/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"main": "./lib/node/index.js",
2828
"types": "./lib/node/index.d.ts",
2929
"files": [
30-
"./lib"
30+
"lib"
3131
],
3232
"scripts": {
3333
"build": "tsc -b tsconfig.build.json",

ecosystem/plugin-container/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"main": "./lib/node/index.js",
2828
"types": "./lib/node/index.d.ts",
2929
"files": [
30-
"./lib"
30+
"lib"
3131
],
3232
"scripts": {
3333
"build": "tsc -b tsconfig.build.json",

ecosystem/plugin-docsearch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"main": "./lib/node/index.js",
3030
"types": "./lib/node/index.d.ts",
3131
"files": [
32-
"./lib"
32+
"lib"
3333
],
3434
"scripts": {
3535
"build": "tsc -b tsconfig.build.json",

ecosystem/plugin-external-link-icon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"main": "./lib/node/index.js",
2828
"types": "./lib/node/index.d.ts",
2929
"files": [
30-
"./lib"
30+
"lib"
3131
],
3232
"scripts": {
3333
"build": "tsc -b tsconfig.build.json",

ecosystem/plugin-git/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"main": "./lib/node/index.js",
2727
"types": "./lib/node/index.d.ts",
2828
"files": [
29-
"./lib"
29+
"lib"
3030
],
3131
"scripts": {
3232
"build": "tsc -b tsconfig.build.json",

ecosystem/plugin-google-analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"main": "./lib/node/index.js",
2929
"types": "./lib/node/index.d.ts",
3030
"files": [
31-
"./lib"
31+
"lib"
3232
],
3333
"scripts": {
3434
"build": "tsc -b tsconfig.build.json",

ecosystem/plugin-medium-zoom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"main": "./lib/node/index.js",
3030
"types": "./lib/node/index.d.ts",
3131
"files": [
32-
"./lib"
32+
"lib"
3333
],
3434
"scripts": {
3535
"build": "tsc -b tsconfig.build.json",

ecosystem/plugin-nprogress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"main": "./lib/node/index.js",
2828
"types": "./lib/node/index.d.ts",
2929
"files": [
30-
"./lib"
30+
"lib"
3131
],
3232
"scripts": {
3333
"build": "tsc -b tsconfig.build.json",

ecosystem/plugin-palette/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"main": "./lib/node/index.js",
3232
"types": "./lib/node/index.d.ts",
3333
"files": [
34-
"./lib"
34+
"lib"
3535
],
3636
"scripts": {
3737
"build": "tsc -b tsconfig.build.json",

0 commit comments

Comments
 (0)