From 44200f53b4746dc09ae70ab7df49e32a78a24310 Mon Sep 17 00:00:00 2001 From: Qolzam Date: Sat, 20 Jan 2018 17:10:36 +0700 Subject: [PATCH] [File Version] Edit to v0.5.1 --- public/index.html | 2 +- src/socialEngine.ts | 2 +- webpack.config.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index 2f6f401..4c48cd9 100644 --- a/public/index.html +++ b/public/index.html @@ -122,7 +122,7 @@ - + \ No newline at end of file diff --git a/src/socialEngine.ts b/src/socialEngine.ts index 98816b5..cdd6f1d 100644 --- a/src/socialEngine.ts +++ b/src/socialEngine.ts @@ -15,7 +15,7 @@ console.trace = CommonAPI.logger export const provider = new Container() /** - * Regeister dependencies + * Register dependencies */ // useFirebase(provider) // useAws(provider) diff --git a/webpack.config.js b/webpack.config.js index 77c5e7e..74fe5e1 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -64,7 +64,7 @@ module.exports = { output: { publicPath: '/', path: path.resolve(__dirname, './public'), - filename: 'bundle-v0.5.js', + filename: 'bundle-v0.5.1.js', }, resolve: {