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