mirror of
https://github.com/preactjs/wmr.git
synced 2026-01-25 15:08:00 +00:00
* introduce @wmr/ls-plugin * Update package.json * rename and fix some stuff * rename plugin * cleanup * rename to directory-plugin * rename to directory: * reflect in example * rename to wmr-plugins * rename namespace * Update packages/directory-plugin/README.md Co-authored-by: Marvin Hagemeister <hello@marvinh.dev> * Update packages/directory-plugin/src/index.js Co-authored-by: Marvin Hagemeister <hello@marvinh.dev> * cleanup * avoid caching prefixed files * rename to dir * rename import name * remove log * make lines consistent in source * make lines consistent in json Co-authored-by: Marvin Hagemeister <hello@marvinh.dev>
11 lines
183 B
JSON
11 lines
183 B
JSON
{
|
|
"scripts": {
|
|
"dev": "cross-env node --experimental-modules ../../wmr/src/cli.js 2>&1"
|
|
},
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"cross-env": "7.0.3",
|
|
"wmr": "latest"
|
|
}
|
|
}
|