Skip to content

Commit

Permalink
Remove yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
klis87 committed Jan 12, 2024
1 parent 0f32246 commit 5d9a942
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 15 deletions.
9 changes: 5 additions & 4 deletions packages/normy-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"build:umd": "webpack --mode development -o dist --output-filename normy-react-query.js",
"build:umd:min": "webpack --mode production -o dist --output-filename normy-react-query.min.js",
"build": "npm-run-all clean build-types -p build:commonjs build:es build:umd build:umd:min",
"build:watch": "nodemon --watch src --ignore src/**/*.spec.js --exec 'yarn run build:es'",
"prepublish": "yarn run build"
"build:watch": "nodemon --watch src --ignore src/**/*.spec.js --exec 'pnpm run build:es'",
"prepublish": "pnpm run build"
},
"peerDependencies": {
"@tanstack/react-query": ">=5.4.3"
},
"dependencies": {
"@normy/core": "workspace:~"
"@normy/core": "~0.9.1"
},
"devDependencies": {
"@babel/cli": "7.23.4",
Expand Down Expand Up @@ -72,5 +72,6 @@
},
"publishConfig": {
"access": "public"
}
},
"gitHead": "0f322466821c75aefec9bafb41f28118a1f6789b"
}
9 changes: 5 additions & 4 deletions packages/normy-rtk-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
"build:umd": "webpack --mode development -o dist --output-filename normy-rtk-query.js",
"build:umd:min": "webpack --mode production -o dist --output-filename normy-rtk-query.min.js",
"build": "npm-run-all clean build-types -p build:commonjs build:es build:umd build:umd:min",
"build:watch": "nodemon --watch src --ignore src/**/*.spec.js --exec 'yarn run build:es'",
"prepublish": "yarn run build"
"build:watch": "nodemon --watch src --ignore src/**/*.spec.js --exec 'pnpm run build:es'",
"prepublish": "pnpm run build"
},
"peerDependencies": {
"@reduxjs/toolkit": ">=2.0.1"
},
"dependencies": {
"@normy/core": "workspace:~"
"@normy/core": "~0.9.1"
},
"devDependencies": {
"@babel/cli": "7.23.4",
Expand Down Expand Up @@ -73,5 +73,6 @@
},
"publishConfig": {
"access": "public"
}
},
"gitHead": "0f322466821c75aefec9bafb41f28118a1f6789b"
}
9 changes: 5 additions & 4 deletions packages/normy-swr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"build:umd": "webpack --mode development -o dist --output-filename normy-swr.js",
"build:umd:min": "webpack --mode production -o dist --output-filename normy-swr.min.js",
"build": "npm-run-all clean build-types -p build:commonjs build:es build:umd build:umd:min",
"build:watch": "nodemon --watch src --ignore src/**/*.spec.js --exec 'yarn run build:es'",
"prepublish": "npm run build"
"build:watch": "nodemon --watch src --ignore src/**/*.spec.js --exec 'pnpm run build:es'",
"prepublish": "pnpm run build"
},
"peerDependencies": {
"swr": ">=5.4.3"
},
"dependencies": {
"@normy/core": "workspace:~"
"@normy/core": "~0.9.1"
},
"devDependencies": {
"@babel/cli": "7.23.4",
Expand Down Expand Up @@ -72,5 +72,6 @@
},
"publishConfig": {
"access": "public"
}
},
"gitHead": "0f322466821c75aefec9bafb41f28118a1f6789b"
}
7 changes: 4 additions & 3 deletions packages/normy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"build:umd": "webpack --mode development -o dist --output-filename normy.js",
"build:umd:min": "webpack --mode production -o dist --output-filename normy.min.js",
"build": "npm-run-all clean build-types -p build:commonjs build:es build:umd build:umd:min",
"build:watch": "nodemon --watch src --ignore src/**/*.spec.js --exec 'yarn run build:es'",
"prepublish": "yarn run build"
"build:watch": "nodemon --watch src --ignore src/**/*.spec.js --exec 'pnpm run build:es'",
"prepublish": "pnpm run build"
},
"devDependencies": {
"@babel/cli": "7.23.4",
Expand Down Expand Up @@ -69,5 +69,6 @@
},
"publishConfig": {
"access": "public"
}
},
"gitHead": "0f322466821c75aefec9bafb41f28118a1f6789b"
}

0 comments on commit 5d9a942

Please sign in to comment.