fix: missing package.json.
This commit is contained in:
parent
8d44c9f21e
commit
10745de950
13
themes/new_look_aprils_fools/public/package.json
Normal file
13
themes/new_look_aprils_fools/public/package.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "default-theme",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "webpack"
|
||||
},
|
||||
"dependencies": {
|
||||
"webpack": "^5.15.0",
|
||||
"webpack-cli": "^4.3.1"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user