update
This commit is contained in:
parent
6b7a91b9fd
commit
78f76676d3
@ -2,7 +2,7 @@
|
||||
"name": "BaseContextProvider",
|
||||
"version": "1.1.0",
|
||||
"description": "",
|
||||
"main": "./lib/baseContextProvider.js",
|
||||
"main": "./lib/BaseContextProvider.js",
|
||||
"license": "",
|
||||
"scripts": {
|
||||
"build": "webpack"
|
||||
|
@ -5,7 +5,7 @@ module.exports = {
|
||||
entry: './src/baseContextProvider.js',
|
||||
output: {
|
||||
path: path.resolve('lib'),
|
||||
filename: 'baseContextProvider.js',
|
||||
filename: 'BaseContextProvider.js',
|
||||
libraryTarget: 'commonjs2'
|
||||
},
|
||||
module: {
|
||||
|
Reference in New Issue
Block a user