Skip to content

Commit fbc3270

Browse files
authored
fix: package.json files path update (#120)
Fix broken link. Can not have leading .
1 parent 928d912 commit fbc3270

File tree

26 files changed

+26
-26
lines changed

26 files changed

+26
-26
lines changed

modules/cache-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"module": "./build/module/index.js",
4343
"types": "./build/main/index.d.ts",
4444
"files": [
45-
"./build/**/*"
45+
"build/**/*"
4646
],
4747
"standard": {
4848
"parser": "@typescript-eslint/parser",

modules/caching-materials-manager-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"module": "./build/module/index.js",
5252
"types": "./build/main/index.d.ts",
5353
"files": [
54-
"./build/**/*"
54+
"build/**/*"
5555
],
5656
"standard": {
5757
"parser": "@typescript-eslint/parser",

modules/caching-materials-manager-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"module": "./build/module/index.js",
4141
"types": "./build/main/index.d.ts",
4242
"files": [
43-
"./build/**/*"
43+
"build/**/*"
4444
],
4545
"standard": {
4646
"parser": "@typescript-eslint/parser",

modules/client-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"types": "./build/main/index.d.ts",
3636
"bin": "./build_fixtures",
3737
"files": [
38-
"./build/**/*"
38+
"build/**/*"
3939
],
4040
"standard": {
4141
"parser": "@typescript-eslint/parser",

modules/client-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"types": "./build/main/index.d.ts",
3434
"bin": "./build/main/cli.js",
3535
"files": [
36-
"./build/**/*"
36+
"build/**/*"
3737
],
3838
"standard": {
3939
"parser": "@typescript-eslint/parser",

modules/decrypt-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"module": "./build/module/index.js",
4747
"types": "./build/main/index.d.ts",
4848
"files": [
49-
"./build/**/*"
49+
"build/**/*"
5050
],
5151
"standard": {
5252
"parser": "@typescript-eslint/parser",

modules/decrypt-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"module": "./build/module/index.js",
4343
"types": "./build/main/index.d.ts",
4444
"files": [
45-
"./build/**/*"
45+
"build/**/*"
4646
],
4747
"standard": {
4848
"parser": "@typescript-eslint/parser",

modules/encrypt-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"module": "./build/module/index.js",
4848
"types": "./build/main/index.d.ts",
4949
"files": [
50-
"./build/**/*"
50+
"build/**/*"
5151
],
5252
"standard": {
5353
"parser": "@typescript-eslint/parser",

modules/encrypt-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"module": "./build/module/index.js",
4141
"types": "./build/main/index.d.ts",
4242
"files": [
43-
"./build/**/*"
43+
"build/**/*"
4444
],
4545
"standard": {
4646
"parser": "@typescript-eslint/parser",

modules/example-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"module": "./build/module/index.js",
4141
"types": "./build/main/index.d.ts",
4242
"files": [
43-
"./build/**/*"
43+
"build/**/*"
4444
],
4545
"standard": {
4646
"parser": "@typescript-eslint/parser",

modules/hkdf-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"module": "./build/module/index.js",
4040
"types": "./build/main/index.d.ts",
4141
"files": [
42-
"./build/**/*"
42+
"build/**/*"
4343
],
4444
"standard": {
4545
"fix": true,

modules/integration-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"types": "./build/main/index.d.ts",
6363
"bin": "./build_fixtures",
6464
"files": [
65-
"./build/**/*"
65+
"build/**/*"
6666
],
6767
"standard": {
6868
"parser": "@typescript-eslint/parser",

modules/integration-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"types": "./build/main/index.d.ts",
4242
"bin": "./build/main/cli.js",
4343
"files": [
44-
"./build/**/*"
44+
"build/**/*"
4545
],
4646
"standard": {
4747
"parser": "@typescript-eslint/parser",

modules/kms-keyring-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"module": "./build/module/index.js",
4949
"types": "./build/main/index.d.ts",
5050
"files": [
51-
"./build/**/*"
51+
"build/**/*"
5252
],
5353
"standard": {
5454
"parser": "@typescript-eslint/parser",

modules/kms-keyring-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"module": "./build/module/index.js",
4040
"types": "./build/main/index.d.ts",
4141
"files": [
42-
"./build/**/*"
42+
"build/**/*"
4343
],
4444
"standard": {
4545
"parser": "@typescript-eslint/parser",

modules/kms-keyring/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"module": "./build/module/index.js",
4444
"types": "./build/main/index.d.ts",
4545
"files": [
46-
"./build/**/*"
46+
"build/**/*"
4747
],
4848
"standard": {
4949
"parser": "@typescript-eslint/parser",

modules/material-management-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"module": "./build/module/index.js",
4949
"types": "./build/main/index.d.ts",
5050
"files": [
51-
"./build/**/*"
51+
"build/**/*"
5252
],
5353
"standard": {
5454
"parser": "@typescript-eslint/parser",

modules/material-management-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"module": "./build/module/index.js",
4242
"types": "./build/main/index.d.ts",
4343
"files": [
44-
"./build/**/*"
44+
"build/**/*"
4545
],
4646
"standard": {
4747
"parser": "@typescript-eslint/parser",

modules/material-management/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"module": "./build/module/index.js",
4242
"types": "./build/main/index.d.ts",
4343
"files": [
44-
"./build/**/*"
44+
"build/**/*"
4545
],
4646
"standard": {
4747
"parser": "@typescript-eslint/parser",

modules/raw-aes-keyring-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"module": "./build/module/index.js",
5252
"types": "./build/main/index.d.ts",
5353
"files": [
54-
"./build/**/*"
54+
"build/**/*"
5555
],
5656
"standard": {
5757
"parser": "@typescript-eslint/parser",

modules/raw-aes-keyring-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"module": "./build/module/index.js",
4040
"types": "./build/main/index.d.ts",
4141
"files": [
42-
"./build/**/*"
42+
"build/**/*"
4343
],
4444
"standard": {
4545
"parser": "@typescript-eslint/parser",

modules/raw-keyring/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"module": "./build/module/index.js",
4242
"types": "./build/main/index.d.ts",
4343
"files": [
44-
"./build/**/*"
44+
"build/**/*"
4545
],
4646
"standard": {
4747
"parser": "@typescript-eslint/parser",

modules/raw-rsa-keyring-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"module": "./build/module/index.js",
5050
"types": "./build/main/index.d.ts",
5151
"files": [
52-
"./build/**/*"
52+
"build/**/*"
5353
],
5454
"standard": {
5555
"parser": "@typescript-eslint/parser",

modules/raw-rsa-keyring-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"module": "./build/module/index.js",
3939
"types": "./build/main/index.d.ts",
4040
"files": [
41-
"./build/**/*"
41+
"build/**/*"
4242
],
4343
"standard": {
4444
"parser": "@typescript-eslint/parser",

modules/serialize/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"module": "./build/module/index.js",
4040
"types": "./build/main/index.d.ts",
4141
"files": [
42-
"./build/**/*"
42+
"build/**/*"
4343
],
4444
"standard": {
4545
"parser": "@typescript-eslint/parser",

modules/web-crypto-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"module": "./build/module/index.js",
5454
"types": "./build/main/index.d.ts",
5555
"files": [
56-
"./build/**/*"
56+
"build/**/*"
5757
],
5858
"standard": {
5959
"fix": true,

0 commit comments

Comments
 (0)