DEV: Update internal `package.json` metadata (#17978)
These packages are not published anywhere - they only exist for organizational purposes within this repository. Even so, it makes sense for their metadata to match that of the top-level discourse/discourse repository.
This commit is contained in:
parent
72ea00d0cc
commit
44c53cb3bf
|
@ -2,10 +2,10 @@
|
||||||
"name": "discourse",
|
"name": "discourse",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Small description for discourse-frontend goes here",
|
"description": "A platform for community discussion. Free, open, simple.",
|
||||||
"repository": "",
|
"repository": "",
|
||||||
"license": "MIT",
|
"license": "GPL-2.0-only",
|
||||||
"author": "",
|
"author": "Discourse",
|
||||||
"directories": {
|
"directories": {
|
||||||
"doc": "doc",
|
"doc": "doc",
|
||||||
"test": "tests"
|
"test": "tests"
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Discourse's setup wizard",
|
"description": "Discourse's setup wizard",
|
||||||
"author": "Discourse",
|
"author": "Discourse",
|
||||||
"license": "MIT",
|
"license": "GPL-2.0-only",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"ember-addon"
|
"ember-addon"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue