chore: Update ignored files for npm (#3217)
This commit is contained in:
committed by
GitHub
parent
14b2de94e2
commit
8c5219a31e
33
.changeset/smart-sheep-explain.md
Normal file
33
.changeset/smart-sheep-explain.md
Normal 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
|
||||
@@ -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__
|
||||
@@ -3,4 +3,7 @@ src
|
||||
.env
|
||||
.babelrc.js
|
||||
.eslintrc
|
||||
.gitignore
|
||||
.gitignore
|
||||
|
||||
.yarn
|
||||
.turbo
|
||||
@@ -1,10 +0,0 @@
|
||||
src
|
||||
.turbo
|
||||
.prettierrc
|
||||
.env
|
||||
.babelrc.js
|
||||
.eslintrc
|
||||
.gitignore
|
||||
ormconfig.json
|
||||
tsconfig.json
|
||||
jest.config.md
|
||||
@@ -11,6 +11,7 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"files": ["dist"],
|
||||
"author": "Medusa",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
src
|
||||
.babelrc
|
||||
.eslintrc
|
||||
.gitignore
|
||||
.prettierrc
|
||||
.env
|
||||
@@ -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__'",
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
"prepare": "cross-env NODE_ENV=production yarn run build",
|
||||
"watch": "tsc --watch"
|
||||
},
|
||||
"files": ["dist"],
|
||||
"author": "Sebastian Rindom",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
"bin": {
|
||||
"medusa-dev": "./dist/index.js"
|
||||
},
|
||||
"files": ["dist"],
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"chokidar": "^3.5.3",
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
/lib
|
||||
node_modules
|
||||
.DS_store
|
||||
.env*
|
||||
/*.js
|
||||
!index.js
|
||||
src
|
||||
dist
|
||||
yarn.lock
|
||||
.babelrc
|
||||
|
||||
|
||||
.turbo
|
||||
.yarn
|
||||
@@ -1,9 +1,8 @@
|
||||
/lib
|
||||
node_modules
|
||||
.DS_store
|
||||
.env*
|
||||
/*.js
|
||||
!index.js
|
||||
src
|
||||
dist
|
||||
yarn.lock
|
||||
.babelrc
|
||||
|
||||
|
||||
.turbo
|
||||
.yarn
|
||||
@@ -1,9 +1,8 @@
|
||||
/lib
|
||||
node_modules
|
||||
.DS_store
|
||||
.env*
|
||||
/*.js
|
||||
!index.js
|
||||
src
|
||||
dist
|
||||
yarn.lock
|
||||
.babelrc
|
||||
|
||||
|
||||
.turbo
|
||||
.yarn
|
||||
@@ -1,9 +1,8 @@
|
||||
/lib
|
||||
node_modules
|
||||
.DS_store
|
||||
.env*
|
||||
/*.js
|
||||
!index.js
|
||||
src
|
||||
dist
|
||||
yarn.lock
|
||||
.babelrc
|
||||
|
||||
|
||||
.turbo
|
||||
.yarn
|
||||
@@ -1,10 +1,8 @@
|
||||
/lib
|
||||
node_modules
|
||||
.DS_store
|
||||
.env*
|
||||
/*.js
|
||||
!index.js
|
||||
src
|
||||
dist
|
||||
yarn.lock
|
||||
/src
|
||||
|
||||
.babelrc
|
||||
|
||||
.turbo
|
||||
.yarn
|
||||
@@ -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": {
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.mjs",
|
||||
"types": "dist/index.d.ts",
|
||||
"files": ["dist"],
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist/index.mjs",
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
/lib
|
||||
node_modules
|
||||
.DS_store
|
||||
.env*
|
||||
/*.js
|
||||
!index.js
|
||||
src
|
||||
dist
|
||||
yarn.lock
|
||||
.babelrc
|
||||
|
||||
|
||||
.turbo
|
||||
.yarn
|
||||
@@ -1,9 +1,8 @@
|
||||
/lib
|
||||
node_modules
|
||||
.DS_store
|
||||
.env*
|
||||
/*.js
|
||||
!index.js
|
||||
src
|
||||
dist
|
||||
yarn.lock
|
||||
.babelrc
|
||||
|
||||
|
||||
.turbo
|
||||
.yarn
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -1,10 +1,8 @@
|
||||
/lib
|
||||
node_modules
|
||||
.DS_store
|
||||
.env*
|
||||
/*.js
|
||||
src
|
||||
!index.js
|
||||
dist
|
||||
yarn.lock
|
||||
.babelrc
|
||||
|
||||
|
||||
.turbo
|
||||
.yarn
|
||||
@@ -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
|
||||
@@ -1,9 +1,9 @@
|
||||
/lib
|
||||
node_modules
|
||||
.DS_store
|
||||
.env*
|
||||
/*.js
|
||||
!index.js
|
||||
src
|
||||
dist
|
||||
yarn.lock
|
||||
.babelrc
|
||||
jest.config.js
|
||||
|
||||
|
||||
.turbo
|
||||
.yarn
|
||||
@@ -1,9 +1,9 @@
|
||||
/lib
|
||||
node_modules
|
||||
.DS_store
|
||||
.env*
|
||||
/*.js
|
||||
!index.js
|
||||
src
|
||||
dist
|
||||
yarn.lock
|
||||
.babelrc
|
||||
jest.config.js
|
||||
|
||||
|
||||
.turbo
|
||||
.yarn
|
||||
@@ -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
|
||||
@@ -1,9 +1,9 @@
|
||||
/lib
|
||||
node_modules
|
||||
.DS_store
|
||||
.env*
|
||||
/*.js
|
||||
!index.js
|
||||
src
|
||||
dist
|
||||
yarn.lock
|
||||
.babelrc
|
||||
jest.config.js
|
||||
|
||||
|
||||
.turbo
|
||||
.yarn
|
||||
@@ -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
|
||||
@@ -1,9 +1,9 @@
|
||||
/lib
|
||||
node_modules
|
||||
.DS_store
|
||||
.env*
|
||||
/*.js
|
||||
!index.js
|
||||
src
|
||||
dist
|
||||
yarn.lock
|
||||
.babelrc
|
||||
jest.config.js
|
||||
|
||||
|
||||
.turbo
|
||||
.yarn
|
||||
@@ -1,9 +1,9 @@
|
||||
/lib
|
||||
node_modules
|
||||
.DS_store
|
||||
.env*
|
||||
/*.js
|
||||
!index.js
|
||||
src
|
||||
dist
|
||||
yarn.lock
|
||||
.babelrc
|
||||
jest.config.js
|
||||
|
||||
|
||||
.turbo
|
||||
.yarn
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -1,9 +1,9 @@
|
||||
/lib
|
||||
node_modules
|
||||
.DS_store
|
||||
.env*
|
||||
/*.js
|
||||
!index.js
|
||||
src
|
||||
dist
|
||||
yarn.lock
|
||||
.babelrc
|
||||
jest.config.js
|
||||
|
||||
|
||||
.turbo
|
||||
.yarn
|
||||
@@ -1,9 +1,9 @@
|
||||
/lib
|
||||
node_modules
|
||||
.DS_store
|
||||
.env*
|
||||
/*.js
|
||||
!index.js
|
||||
src
|
||||
dist
|
||||
yarn.lock
|
||||
.babelrc
|
||||
jest.config.js
|
||||
|
||||
|
||||
.turbo
|
||||
.yarn
|
||||
@@ -1,12 +0,0 @@
|
||||
/lib
|
||||
node_modules
|
||||
.DS_store
|
||||
.env*
|
||||
/*.js
|
||||
!index.js
|
||||
test/
|
||||
public/
|
||||
.storybook/
|
||||
mocks/
|
||||
stories/
|
||||
yarn.lock
|
||||
@@ -11,6 +11,7 @@
|
||||
},
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"files": ["dist"],
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
},
|
||||
|
||||
@@ -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
|
||||
@@ -1,9 +0,0 @@
|
||||
src
|
||||
.prettierrc
|
||||
.env
|
||||
.babelrc.js
|
||||
.eslintrc
|
||||
.gitignore
|
||||
ormconfig.json
|
||||
tsconfig.json
|
||||
jest.config.md
|
||||
@@ -11,6 +11,7 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"files": ["dist"],
|
||||
"author": "Sebastian Rindom",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
src
|
||||
.prettierrc
|
||||
.env
|
||||
.babelrc.js
|
||||
.eslintrc
|
||||
.gitignore
|
||||
ormconfig.json
|
||||
tsconfig.json
|
||||
jest.config.md
|
||||
@@ -12,6 +12,7 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"files": ["dist"],
|
||||
"author": "Sebastian Rindom",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
src
|
||||
.turbo
|
||||
.prettierrc
|
||||
.env
|
||||
.babelrc.js
|
||||
.eslintrc
|
||||
.gitignore
|
||||
ormconfig.json
|
||||
tsconfig.json
|
||||
jest.config.md
|
||||
@@ -11,6 +11,7 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"files": ["dist"],
|
||||
"author": "Medusa",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user