Skip to content

Commit 121b114

Browse files
committed
feature: cloudcmd: path-browserify v1.0.1
1 parent 8592ced commit 121b114

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.madrun.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ export default {
5757
'watch:test:server': async () => `nodemon -w client -w test/client -x ${await run('test:server')}`,
5858
'watch:coverage': async () => [testEnv, `nodemon -w server -w test -w common -x ${await cutEnv('coverage')}`],
5959
'build': async () => run('6to5:*'),
60-
'postbuild': () => 'node .webpack/cp.mjs',
6160
'build:dev': async () => run('build:client:dev'),
6261
'build:client': () => run('6to5:client'),
6362
'build:client:dev': () => run('6to5:client:dev'),

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@
117117
"markdown-it": "^14.0.0",
118118
"mellow": "^3.0.0",
119119
"mime-types": "^3.0.1",
120-
"mini-css-extract-plugin": "^2.9.2",
121120
"montag": "^1.2.1",
122121
"nano-memoize": "^3.0.16",
123122
"nomine": "^4.0.0",
@@ -187,12 +186,14 @@
187186
"load.js": "^3.0.0",
188187
"madrun": "^11.0.0",
189188
"memfs": "^4.2.0",
189+
"mini-css-extract-plugin": "^2.9.2",
190190
"minor": "^1.2.2",
191191
"mock-require": "^3.0.1",
192192
"morgan": "^1.6.1",
193193
"multi-rename": "^2.0.0",
194194
"nodemon": "^3.0.1",
195195
"optimize-css-assets-webpack-plugin": "^6.0.1",
196+
"path-browserify": "^1.0.1",
196197
"philip": "^3.0.0",
197198
"place": "^1.1.4",
198199
"postcss": "^8.5.3",

0 commit comments

Comments
 (0)