Skip to content

Commit d440e97

Browse files
committed
chore: switch to npm
2 parents d014bb9 + 2ce38f5 commit d440e97

12 files changed

Lines changed: 14295 additions & 8946 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ jobs:
1212
container: node:20
1313
steps:
1414
- uses: actions/checkout@v3
15-
- run: npm install --global pnpm
16-
- run: pnpm install
17-
- run: pnpm test
15+
- run: npm install
16+
- run: npm test

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
.cache/
55
node_modules/
66

7+
# Package Manager
8+
npm-debug.log
9+
710
# TypeScript Build Artifacts
811
bld/
912
*.tsbuildinfo

.magicspace/boilerplate.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,16 @@
55
"name": "mufan-code-packages",
66
"license": "MIT",
77
"author": "Chengdu Mufan Technology Co., Ltd.",
8-
"packageManager": "pnpm",
8+
"packageManager": "npm",
99
"defaultBranch": "master",
1010
"badges": {
1111
"npm": true,
1212
"license": true,
1313
"discord": "https://discord.gg/vanVrDwSkS"
1414
},
15-
"type": "module",
1615
"packages": [
1716
{
1817
"name": "@mufan/eslint-plugin",
19-
"type": "commonjs",
2018
"projects": [
2119
{
2220
"name": "library"

0 commit comments

Comments
 (0)