This commit is contained in:
vuthpov 2020-06-03 21:12:52 +07:00
parent 6b7a91b9fd
commit 78f76676d3
3 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"name": "BaseContextProvider",
"version": "1.1.0",
"description": "",
"main": "./lib/baseContextProvider.js",
"main": "./lib/BaseContextProvider.js",
"license": "",
"scripts": {
"build": "webpack"

View File

@ -5,7 +5,7 @@ module.exports = {
entry: './src/baseContextProvider.js',
output: {
path: path.resolve('lib'),
filename: 'baseContextProvider.js',
filename: 'BaseContextProvider.js',
libraryTarget: 'commonjs2'
},
module: {