Update to package json file
This commit is contained in:
parent
f662bdc6fd
commit
2f98c70829
10
package.json
10
package.json
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "pleroma_fe",
|
"name": "pleroma_fe",
|
||||||
"version": "1.0.0",
|
"version": "2.5.0",
|
||||||
"description": "A Qvitter-style frontend for certain GS servers.",
|
"description": "Pleroma frontend, the default frontend of Pleroma social network server",
|
||||||
"author": "Roger Braun <roger@rogerbraun.net>",
|
"author": "Pleroma contributors <https://git.pleroma.social/pleroma/pleroma-fe/-/blob/develop/CONTRIBUTORS.md>",
|
||||||
"private": true,
|
"private": false,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "node build/dev-server.js",
|
"dev": "node build/dev-server.js",
|
||||||
"build": "node build/build.js",
|
"build": "node build/build.js",
|
||||||
@ -123,7 +123,7 @@
|
|||||||
"webpack-merge": "0.20.0"
|
"webpack-merge": "0.20.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 4.0.0",
|
"node": ">= 16.0.0",
|
||||||
"npm": ">= 3.0.0"
|
"npm": ">= 3.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user