chore: Update ignored files for npm (#3217)

This commit is contained in:
Adrien de Peretti
2023-02-09 17:25:14 +01:00
committed by GitHub
parent 14b2de94e2
commit 8c5219a31e
45 changed files with 178 additions and 271 deletions

View File

@@ -0,0 +1,33 @@
---
"create-medusa-app": patch
"gatsby-source-medusa": patch
"@medusajs/inventory": patch
"@medusajs/medusa-cli": patch
"medusa-core-utils": patch
"medusa-dev-cli": patch
"medusa-file-minio": patch
"medusa-file-s3": patch
"medusa-file-spaces": patch
"medusa-fulfillment-manual": patch
"medusa-fulfillment-webshipper": patch
"medusa-interfaces": patch
"@medusajs/medusa-js": patch
"medusa-payment-adyen": patch
"medusa-payment-klarna": patch
"medusa-payment-manual": patch
"medusa-payment-paypal": patch
"medusa-payment-stripe": patch
"medusa-plugin-algolia": patch
"medusa-plugin-brightpearl": patch
"medusa-plugin-contentful": patch
"medusa-plugin-discount-generator": patch
"medusa-plugin-economic": patch
"medusa-plugin-ip-lookup": patch
"medusa-plugin-mailchimp": patch
"medusa-plugin-meilisearch": patch
"medusa-plugin-restock-notification": patch
"medusa-plugin-segment": patch
"@medusajs/medusa": patch
---
chore: Fix npm packages files included

View File

@@ -1,37 +0,0 @@
# Logs
logs
*.log
# Runtime data
pids
*.pid
*.seed
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# node-waf configuration
.lock-wscript
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules
*.un~
yarn.lock
src
flow-typed
coverage
decls
examples
# tests
__tests__

View File

@@ -3,4 +3,7 @@ src
.env
.babelrc.js
.eslintrc
.gitignore
.gitignore
.yarn
.turbo

View File

@@ -1,10 +0,0 @@
src
.turbo
.prettierrc
.env
.babelrc.js
.eslintrc
.gitignore
ormconfig.json
tsconfig.json
jest.config.md

View File

@@ -11,6 +11,7 @@
"publishConfig": {
"access": "public"
},
"files": ["dist"],
"author": "Medusa",
"license": "MIT",
"devDependencies": {

View File

@@ -1,6 +0,0 @@
src
.babelrc
.eslintrc
.gitignore
.prettierrc
.env

View File

@@ -14,6 +14,7 @@
"publishConfig": {
"access": "public"
},
"files": ["dist", "cli.js"],
"scripts": {
"test": "jest --passWithNoTests src",
"build": "babel src --out-dir dist/ --ignore '**/__tests__','**/__mocks__'",

View File

@@ -14,6 +14,7 @@
"prepare": "cross-env NODE_ENV=production yarn run build",
"watch": "tsc --watch"
},
"files": ["dist"],
"author": "Sebastian Rindom",
"license": "MIT",
"devDependencies": {

View File

@@ -6,6 +6,7 @@
"bin": {
"medusa-dev": "./dist/index.js"
},
"files": ["dist"],
"dependencies": {
"@babel/runtime": "^7.12.5",
"chokidar": "^3.5.3",

View File

@@ -1,9 +1,8 @@
/lib
node_modules
.DS_store
.env*
/*.js
!index.js
src
dist
yarn.lock
.babelrc
.turbo
.yarn

View File

@@ -1,9 +1,8 @@
/lib
node_modules
.DS_store
.env*
/*.js
!index.js
src
dist
yarn.lock
.babelrc
.turbo
.yarn

View File

@@ -1,9 +1,8 @@
/lib
node_modules
.DS_store
.env*
/*.js
!index.js
src
dist
yarn.lock
.babelrc
.turbo
.yarn

View File

@@ -1,9 +1,8 @@
/lib
node_modules
.DS_store
.env*
/*.js
!index.js
src
dist
yarn.lock
.babelrc
.turbo
.yarn

View File

@@ -1,10 +1,8 @@
/lib
node_modules
.DS_store
.env*
/*.js
!index.js
src
dist
yarn.lock
/src
.babelrc
.turbo
.yarn

View File

@@ -14,6 +14,7 @@
"build": "babel src --out-dir dist --ignore '**/__tests__','**/__mocks__'",
"watch": "babel -w src --out-dir dist --ignore '**/__tests__','**/__mocks__'"
},
"files": ["dist"],
"author": "Sebastian Rindom",
"license": "MIT",
"devDependencies": {

View File

@@ -5,6 +5,7 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": ["dist"],
"exports": {
".": {
"import": "./dist/index.mjs",

View File

@@ -1,9 +1,8 @@
/lib
node_modules
.DS_store
.env*
/*.js
!index.js
src
dist
yarn.lock
.babelrc
.turbo
.yarn

View File

@@ -1,9 +1,8 @@
/lib
node_modules
.DS_store
.env*
/*.js
!index.js
src
dist
yarn.lock
.babelrc
.turbo
.yarn

View File

@@ -1,13 +1,8 @@
/lib
node_modules
.DS_store
.env*
/*.js
!index.js
yarn.lock
src
.gitignore
.eslintrc
dist
yarn.lock
.babelrc
.prettierrc
.turbo
.yarn

View File

@@ -1,13 +1,8 @@
/lib
node_modules
.DS_store
.env*
/*.js
!index.js
yarn.lock
src
.gitignore
.eslintrc
dist
yarn.lock
.babelrc
.prettierrc
.turbo
.yarn

View File

@@ -1,13 +1,8 @@
/lib
node_modules
.DS_store
.env*
/*.js
!index.js
yarn.lock
src
.gitignore
.eslintrc
dist
yarn.lock
.babelrc
.prettierrc
.turbo
.yarn

View File

@@ -1,13 +1,9 @@
/lib
node_modules
.DS_store
.env*
/*.js
!index.js
yarn.lock
src
.gitignore
.eslintrc
dist
yarn.lock
.babelrc
.prettierrc
jest.config.js
.turbo
.yarn

View File

@@ -1,10 +1,8 @@
/lib
node_modules
.DS_store
.env*
/*.js
src
!index.js
dist
yarn.lock
.babelrc
.turbo
.yarn

View File

@@ -1,13 +1,8 @@
/lib
node_modules
.DS_store
.env*
/*.js
!index.js
yarn.lock
src
.gitignore
.eslintrc
dist
yarn.lock
.babelrc
.prettierrc
.turbo
.yarn

View File

@@ -1,9 +1,9 @@
/lib
node_modules
.DS_store
.env*
/*.js
!index.js
src
dist
yarn.lock
.babelrc
jest.config.js
.turbo
.yarn

View File

@@ -1,9 +1,9 @@
/lib
node_modules
.DS_store
.env*
/*.js
!index.js
src
dist
yarn.lock
.babelrc
jest.config.js
.turbo
.yarn

View File

@@ -1,13 +1,8 @@
/lib
node_modules
.DS_store
.env*
/*.js
!index.js
yarn.lock
src
.gitignore
.eslintrc
dist
yarn.lock
.babelrc
.prettierrc
.turbo
.yarn

View File

@@ -1,9 +1,9 @@
/lib
node_modules
.DS_store
.env*
/*.js
!index.js
src
dist
yarn.lock
.babelrc
jest.config.js
.turbo
.yarn

View File

@@ -1,13 +1,9 @@
/lib
node_modules
.DS_store
.env*
/*.js
!index.js
yarn.lock
src
.gitignore
.eslintrc
dist
yarn.lock
.babelrc
.prettierrc
jest.config.js
.turbo
.yarn

View File

@@ -1,9 +1,9 @@
/lib
node_modules
.DS_store
.env*
/*.js
!index.js
src
dist
yarn.lock
.babelrc
jest.config.js
.turbo
.yarn

View File

@@ -1,9 +1,9 @@
/lib
node_modules
.DS_store
.env*
/*.js
!index.js
src
dist
yarn.lock
.babelrc
jest.config.js
.turbo
.yarn

View File

@@ -1,13 +1,9 @@
/lib
node_modules
.DS_store
.env*
/*.js
!index.js
yarn.lock
src
.gitignore
.eslintrc
dist
yarn.lock
.babelrc
.prettierrc
jest.config.js
.turbo
.yarn

View File

@@ -1,11 +1,9 @@
/lib
node_modules
.DS_store
.env*
/*.js
!index.js
yarn.lock
src
dist
yarn.lock
.babelrc
jest.config.js
.turbo
.yarn

View File

@@ -1,9 +1,9 @@
/lib
node_modules
.DS_store
.env*
/*.js
!index.js
src
dist
yarn.lock
.babelrc
jest.config.js
.turbo
.yarn

View File

@@ -1,9 +1,9 @@
/lib
node_modules
.DS_store
.env*
/*.js
!index.js
src
dist
yarn.lock
.babelrc
jest.config.js
.turbo
.yarn

View File

@@ -1,12 +0,0 @@
/lib
node_modules
.DS_store
.env*
/*.js
!index.js
test/
public/
.storybook/
mocks/
stories/
yarn.lock

View File

@@ -11,6 +11,7 @@
},
"./package.json": "./package.json"
},
"files": ["dist"],
"engines": {
"node": ">=10"
},

View File

@@ -1,7 +1,9 @@
/lib
node_modules
.DS_store
.env*
/*.js
!index.js
yarn.lock
src
dist
yarn.lock
.babelrc
jest.config.js
.turbo
.yarn

View File

@@ -1,9 +0,0 @@
src
.prettierrc
.env
.babelrc.js
.eslintrc
.gitignore
ormconfig.json
tsconfig.json
jest.config.md

View File

@@ -11,6 +11,7 @@
"publishConfig": {
"access": "public"
},
"files": ["dist"],
"author": "Sebastian Rindom",
"license": "MIT",
"devDependencies": {

View File

@@ -14,6 +14,7 @@
"build": "babel src --out-dir dist/ --ignore '**/__tests__','**/__mocks__'",
"watch": "babel -w src --out-dir dist/ --ignore '**/__tests__','**/__mocks__'"
},
"files": ["dist"],
"author": "Sebastian Rindom",
"license": "MIT",
"devDependencies": {

View File

@@ -1,9 +0,0 @@
src
.prettierrc
.env
.babelrc.js
.eslintrc
.gitignore
ormconfig.json
tsconfig.json
jest.config.md

View File

@@ -12,6 +12,7 @@
"publishConfig": {
"access": "public"
},
"files": ["dist"],
"author": "Sebastian Rindom",
"license": "MIT",
"devDependencies": {

View File

@@ -1,10 +0,0 @@
src
.turbo
.prettierrc
.env
.babelrc.js
.eslintrc
.gitignore
ormconfig.json
tsconfig.json
jest.config.md

View File

@@ -11,6 +11,7 @@
"publishConfig": {
"access": "public"
},
"files": ["dist"],
"author": "Medusa",
"license": "MIT",
"devDependencies": {