Updated package and next 1.1.1
This commit is contained in:
parent
1aed40ea5f
commit
ebe310266c
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "base-context-provider",
|
"name": "base-context-provider",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"description": "",
|
"description": "Base Context Provider for React Application",
|
||||||
"main": "./lib/baseContextProvider.js",
|
"main": "./lib/baseContextProvider.js",
|
||||||
"license": "",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "webpack"
|
"build": "webpack"
|
||||||
},
|
},
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
var path = require('path');
|
const path = require('path');
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
mode: 'production',
|
mode: 'production',
|
||||||
|
Reference in New Issue
Block a user