diff options
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | webpack.config.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 1d7cc36..2485551 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "wicki-hayden-explorer", + "name": "isomorphic-kb-explorer", "version": "0.0.1", "scripts": { "start": "webpack-dev-server -w", diff --git a/webpack.config.js b/webpack.config.js index ef5b839..b11a027 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -18,6 +18,6 @@ module.exports = { ], }, plugins: [ - new HtmlWebpackPlugin({ title: 'Wicki-Hayden Explorer' }), + new HtmlWebpackPlugin({ title: 'Isomorphic Keyboard Explorer' }), ], } |
