-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update yarn to v4 * wip * Move workspaces to pkgs * breaking: Modernize API * Fix instantiate * fix initialize and update peer deps * wip * bump * wip * wip, remove unused tests * wip * export types * update ci deps * Fix ci * fix ci * Fix deps * Fix yarn * Fix yarn * Fix ci * Fix ci
- Loading branch information
Showing
30 changed files
with
10,243 additions
and
9,016 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
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 @@ | ||
/.yarn/** linguist-vendored | ||
/.yarn/releases/* binary | ||
/.yarn/plugins/**/* binary | ||
/.pnp.* binary linguist-generated |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
compressionLevel: mixed | ||
enableGlobalCache: false | ||
nodeLinker: node-modules |
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 |
---|---|---|
|
@@ -6,34 +6,27 @@ | |
"repository": "[email protected]:fleur-js/mordred.git", | ||
"author": "Hanakla <[email protected]>", | ||
"license": "MIT", | ||
"packageManager": "[email protected]", | ||
"workspaces": [ | ||
"workspaces/*" | ||
"pkgs/*" | ||
], | ||
"scripts": { | ||
"start:example": "wsrun --no-prefix -p mordred-example -c start", | ||
"start:watch": "wsrun --no-prefix -m build:esm -w", | ||
"sync:readme": "cp ./README.md ./workspaces/mordred/ && :", | ||
"sync:readme": "cp ./README.md ./pkgs/mordred/ && :", | ||
"build": "wsrun -m build" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.12.10", | ||
"@babel/plugin-transform-runtime": "^7.12.10", | ||
"@types/domready": "^1.0.0", | ||
"@types/react": "^17.0.0", | ||
"@types/react-dom": "^17.0.0", | ||
"@typescript-eslint/eslint-plugin": "^4.8.0", | ||
"@typescript-eslint/parser": "^4.8.0", | ||
"bili": "^5.0.5", | ||
"eslint": "^7.13.0", | ||
"eslint-config-prettier": "^6.15.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"husky": "^4.3.6", | ||
"jest": "^26.6.3", | ||
"lint-staged": "^10.5.3", | ||
"parcel": "^1.12.4", | ||
"prettier": "^2.2.1", | ||
"rollup-plugin-typescript2": "^0.29.0", | ||
"ts-jest": "^26.4.4", | ||
"typescript": "^4.1.3", | ||
"wsrun": "^5.2.4" | ||
}, | ||
|
@@ -45,7 +38,7 @@ | |
"lint-staged": { | ||
"README.md": [ | ||
"yarn sync:readme", | ||
"git add ./workspaces/mordred/README.md" | ||
"git add ./pkgs/mordred/README.md" | ||
], | ||
"*.{ts,tsx}": [ | ||
"eslint --fix", | ||
|
File renamed without changes.
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.