Skip to content

Commit

Permalink
Change app name to Add On Manager (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
patlub authored and dkayiwa committed Feb 2, 2018
1 parent d6465e5 commit 2a17f98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/manifest.webapp
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "1.0.0-beta",
"name": "openmrs-addOnManager",
"name": "Add On Manager",
"description": "This will help in uploading the openmrs open web apps and omod files",
"launch_path": "index.html",
"icons": {
"48": "/img/omrs-button.png"
},
"developer": {
"name": "andela-pupendo,kingisaac95, andela-wanjikum, andela-jomadoye, malmike",
"name": "andela-pupendo,kingisaac95, andela-wanjikum, andela-jomadoye, malmike, patlub",
"url": "https://github.com/openmrs/openmrs-owa-addonmanager"
},
"default_locale": "en",
Expand Down
6 changes: 1 addition & 5 deletions webpack.sample.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ require.extensions['.webapp'] = function (module, filename) {
};
const manifest = require('./app/manifest.webapp');

const THIS_APP_ID = 'openmrs-addonmanager';
const THIS_APP_ID = 'addonmanager';

const THIS_APP_VERSION = JSON.parse(manifest).version;

Expand All @@ -44,10 +44,6 @@ let outputFile = `.bundle`;
let vendorOutputFile;
let outputPath;

let configJson;
let appEntryPoint;
let localOwaFolder;

let devtool;

let getConfig = function () {
Expand Down

0 comments on commit 2a17f98

Please sign in to comment.