DEV: Make discourse-common an Ember addon. (#9578)

This is to help with the migration to Ember CLI. In the current running
version of Discourse everything should be the same as before, just with
a few extra files that are not used. However, using Ember CLI this can
be installed as an Ember addon.

Co-Authored-By: Jarek Radosz <jradosz@gmail.com>
This commit is contained in:
Robin Ward
2020-04-29 12:18:21 -04:00
committed by GitHub
parent 3ec21b4124
commit cbb27241c4
41 changed files with 10654 additions and 11 deletions

View File

@@ -4,7 +4,7 @@
"main": "index.js",
"repository": "git@github.com:discourse/discourse.git",
"author": "Discourse",
"license": "MIT",
"license": "GPL-2.0-only",
"dependencies": {
"@fortawesome/fontawesome-free": "5.11.2",
"@popperjs/core": "v2.0.6",