Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switched to npmignore files #822

Merged
merged 1 commit into from
Aug 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configs/eslint-config-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/monkvision/monkjs.git"
"url": "git+https://github.com/monkvision/monkjs.git"
},
"keywords": [
"monkvision",
Expand Down
2 changes: 1 addition & 1 deletion configs/eslint-config-typescript-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/monkvision/monkjs.git"
"url": "git+https://github.com/monkvision/monkjs.git"
},
"keywords": [
"monkvision",
Expand Down
2 changes: 1 addition & 1 deletion configs/eslint-config-typescript-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/monkvision/monkjs.git"
"url": "git+https://github.com/monkvision/monkjs.git"
},
"keywords": [
"monkvision",
Expand Down
2 changes: 1 addition & 1 deletion configs/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/monkvision/monkjs.git"
"url": "git+https://github.com/monkvision/monkjs.git"
},
"keywords": [
"monkvision",
Expand Down
2 changes: 1 addition & 1 deletion configs/jest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/monkvision/monkjs.git"
"url": "git+https://github.com/monkvision/monkjs.git"
},
"keywords": [
"monkvision",
Expand Down
2 changes: 1 addition & 1 deletion configs/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/monkvision/monkjs.git"
"url": "git+https://github.com/monkvision/monkjs.git"
},
"keywords": [
"monkvision",
Expand Down
2 changes: 1 addition & 1 deletion configs/svgo-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/monkvision/monkjs.git"
"url": "git+https://github.com/monkvision/monkjs.git"
},
"keywords": [
"monkvision",
Expand Down
2 changes: 1 addition & 1 deletion configs/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/monkvision/monkjs.git"
"url": "git+https://github.com/monkvision/monkjs.git"
},
"bugs": {
"url": "https://github.com/monkvision/monkjs/issues"
Expand Down
2 changes: 1 addition & 1 deletion configs/typescript-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/monkvision/monkjs.git"
"url": "git+https://github.com/monkvision/monkjs.git"
},
"keywords": [
"monkvision",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/monkvision/monkjs.git"
"url": "git+https://github.com/monkvision/monkjs.git"
},
"bugs": {
"url": "https://github.com/monkvision/monkjs/issues"
Expand Down
5 changes: 5 additions & 0 deletions packages/analytics/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*
!/package.json
!/README.md
!/lib/**/*
/lib/**/*.map
8 changes: 1 addition & 7 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@
"author": "monkvision",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"package.json",
"README.md",
"lib/**/*",
"!lib/**/*.map"
],
"scripts": {
"clean": "rimraf lib && mkdirp lib",
"build": "yarn run clean && tsc -p tsconfig.build.json",
Expand Down Expand Up @@ -72,7 +66,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/monkvision/monkjs.git"
"url": "git+https://github.com/monkvision/monkjs.git"
},
"bugs": {
"url": "https://github.com/monkvision/monkjs/issues"
Expand Down
5 changes: 5 additions & 0 deletions packages/camera-web/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*
!/package.json
!/README.md
!/lib/**/*
/lib/**/*.map
8 changes: 1 addition & 7 deletions packages/camera-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@
"author": "monkvision",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"package.json",
"README.md",
"lib/**/*",
"!lib/**/*.map"
],
"scripts": {
"clean": "rimraf lib && mkdirp lib",
"build": "yarn run clean && tsc -p tsconfig.build.json",
Expand Down Expand Up @@ -81,7 +75,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/monkvision/monkjs.git"
"url": "git+https://github.com/monkvision/monkjs.git"
},
"bugs": {
"url": "https://github.com/monkvision/monkjs/issues"
Expand Down
5 changes: 5 additions & 0 deletions packages/common-ui-web/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*
!/package.json
!/README.md
!/lib/**/*
/lib/**/*.map
6 changes: 0 additions & 6 deletions packages/common-ui-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
"version": "4.0.2",
"packageManager": "[email protected]",
"main": "lib/index.js",
"files": [
"package.json",
"README.md",
"lib/**/*",
"!lib/**/*.map"
],
"scripts": {
"clean": "rimraf lib && mkdirp lib",
"build": "yarn run clean && tsc -p tsconfig.build.json",
Expand Down
5 changes: 5 additions & 0 deletions packages/common/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*
!/package.json
!/README.md
!/lib/**/*
/lib/**/*.map
8 changes: 1 addition & 7 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@
"author": "monkvision",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"package.json",
"README.md",
"lib/**/*",
"!lib/**/*.map"
],
"scripts": {
"clean": "rimraf lib && mkdirp lib",
"build": "yarn run clean && tsc -p tsconfig.build.json",
Expand Down Expand Up @@ -88,7 +82,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/monkvision/monkjs.git"
"url": "git+https://github.com/monkvision/monkjs.git"
},
"bugs": {
"url": "https://github.com/monkvision/monkjs/issues"
Expand Down
5 changes: 5 additions & 0 deletions packages/inspection-capture-web/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*
!/package.json
!/README.md
!/lib/**/*
/lib/**/*.map
8 changes: 1 addition & 7 deletions packages/inspection-capture-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@
"author": "monkvision",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"package.json",
"README.md",
"lib/**/*",
"!lib/**/*.map"
],
"scripts": {
"clean": "rimraf lib && mkdirp lib",
"build": "yarn run clean && tsc -p tsconfig.build.json",
Expand Down Expand Up @@ -85,7 +79,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/monkvision/monkjs.git"
"url": "git+https://github.com/monkvision/monkjs.git"
},
"bugs": {
"url": "https://github.com/monkvision/monkjs/issues"
Expand Down
5 changes: 5 additions & 0 deletions packages/monitoring/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*
!/package.json
!/README.md
!/lib/**/*
/lib/**/*.map
8 changes: 1 addition & 7 deletions packages/monitoring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@
"author": "monkvision",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"package.json",
"README.md",
"lib/**/*",
"!lib/**/*.map"
],
"scripts": {
"clean": "rimraf lib && mkdirp lib",
"build": "yarn run clean && tsc -p tsconfig.build.json",
Expand Down Expand Up @@ -72,7 +66,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/monkvision/monkjs.git"
"url": "git+https://github.com/monkvision/monkjs.git"
},
"bugs": {
"url": "https://github.com/monkvision/monkjs/issues"
Expand Down
5 changes: 5 additions & 0 deletions packages/network/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*
!/package.json
!/README.md
!/lib/**/*
/lib/**/*.map
8 changes: 1 addition & 7 deletions packages/network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@
"author": "monkvision",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
"files": [
"package.json",
"README.md",
"lib/**/*",
"!lib/**/*.map"
],
"scripts": {
"clean": "rimraf lib && mkdirp lib",
"build": "yarn run clean && tsc -p tsconfig.build.json",
Expand Down Expand Up @@ -76,7 +70,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/monkvision/monkjs.git"
"url": "git+https://github.com/monkvision/monkjs.git"
},
"bugs": {
"url": "https://github.com/monkvision/monkjs/issues"
Expand Down
5 changes: 5 additions & 0 deletions packages/posthog/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*
!/package.json
!/README.md
!/lib/**/*
/lib/**/*.map
8 changes: 1 addition & 7 deletions packages/posthog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@
"author": "monkvision",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"package.json",
"README.md",
"lib/**/*",
"!lib/**/*.map"
],
"installConfig": {
"hoistingLimits": "workspaces"
},
Expand Down Expand Up @@ -70,7 +64,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/monkvision/monkjs.git"
"url": "git+https://github.com/monkvision/monkjs.git"
},
"bugs": {
"url": "https://github.com/monkvision/monkjs/issues"
Expand Down
5 changes: 5 additions & 0 deletions packages/sentry/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*
!/package.json
!/README.md
!/lib/**/*
/lib/**/*.map
8 changes: 1 addition & 7 deletions packages/sentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@
"author": "monkvision",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"package.json",
"README.md",
"lib/**/*",
"!lib/**/*.map"
],
"installConfig": {
"hoistingLimits": "workspaces"
},
Expand Down Expand Up @@ -70,7 +64,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/monkvision/monkjs.git"
"url": "git+https://github.com/monkvision/monkjs.git"
},
"bugs": {
"url": "https://github.com/monkvision/monkjs/issues"
Expand Down
5 changes: 5 additions & 0 deletions packages/sights/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*
!/package.json
!/README.md
!/lib/**/*
/lib/**/*.map
8 changes: 1 addition & 7 deletions packages/sights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@
"author": "monkvision",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"package.json",
"README.md",
"lib/**/*",
"!lib/**/*.map"
],
"scripts": {
"clean": "rimraf dist lib src/lib/data && mkdirp dist lib",
"compile": "yarn run clean && yarn run svgo && tsc -p tsconfig.compile.json",
Expand Down Expand Up @@ -70,7 +64,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/monkvision/monkjs.git"
"url": "git+https://github.com/monkvision/monkjs.git"
},
"bugs": {
"url": "https://github.com/monkvision/monkjs/issues"
Expand Down
5 changes: 5 additions & 0 deletions packages/types/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*
!/package.json
!/README.md
!/lib/**/*
/lib/**/*.map
8 changes: 1 addition & 7 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@
"author": "monkvision",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"package.json",
"README.md",
"lib/**/*",
"!lib/**/*.map"
],
"scripts": {
"clean": "rimraf lib && mkdirp lib",
"build": "yarn run clean && tsc -p tsconfig.build.json",
Expand Down Expand Up @@ -55,7 +49,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/monkvision/monkjs.git"
"url": "git+https://github.com/monkvision/monkjs.git"
},
"bugs": {
"url": "https://github.com/monkvision/monkjs/issues"
Expand Down