-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(chore) - Update deps and consistent files (#239)
* update deps * remove git add * run prettier * run prettier * update lockfile * try reorder * add prettierignore * reduce logs in CI output
- Loading branch information
1 parent
8140959
commit 6f3b3a1
Showing
71 changed files
with
2,784 additions
and
2,803 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
dist | ||
node_modules | ||
test/fixture | ||
temp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
module.exports = { | ||
testPathIgnorePatterns: ['/node_modules/', '/packages/'], | ||
watchPathIgnorePatterns: ['<rootDir>/temp'], | ||
moduleNameMapper: { | ||
'@prefresh/core': '<rootDir>/packages/core', | ||
'@prefresh/utils': '<rootDir>/packages/utils' | ||
} | ||
testPathIgnorePatterns: ['/node_modules/', '/packages/'], | ||
watchPathIgnorePatterns: ['<rootDir>/temp'], | ||
moduleNameMapper: { | ||
'@prefresh/core': '<rootDir>/packages/core', | ||
'@prefresh/utils': '<rootDir>/packages/utils', | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
{ | ||
"name": "@prefresh/babel-plugin", | ||
"version": "0.3.0", | ||
"main": "dist/src/index.js", | ||
"module": "src/index.mjs", | ||
"exports": { | ||
".": { | ||
"import": "./src/index.mjs", | ||
"require": "./dist/src/index.js" | ||
}, | ||
"./package.json": "./package.json", | ||
"./": "./" | ||
}, | ||
"scripts": { | ||
"build": "cjyes src/index.mjs", | ||
"lint": "eslint src" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/JoviDeCroock/prefresh.git", | ||
"directory": "packages/babel" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/JoviDeCroock/prefresh/issues" | ||
}, | ||
"homepage": "https://github.com/JoviDeCroock/prefresh#readme", | ||
"devDependencies": { | ||
"cjyes": "0.3.1" | ||
} | ||
"name": "@prefresh/babel-plugin", | ||
"version": "0.3.0", | ||
"main": "dist/src/index.js", | ||
"module": "src/index.mjs", | ||
"exports": { | ||
".": { | ||
"import": "./src/index.mjs", | ||
"require": "./dist/src/index.js" | ||
}, | ||
"./package.json": "./package.json", | ||
"./": "./" | ||
}, | ||
"scripts": { | ||
"build": "cjyes src/index.mjs", | ||
"lint": "eslint src" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/JoviDeCroock/prefresh.git", | ||
"directory": "packages/babel" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/JoviDeCroock/prefresh/issues" | ||
}, | ||
"homepage": "https://github.com/JoviDeCroock/prefresh#readme", | ||
"devDependencies": { | ||
"cjyes": "0.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.