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