Updated package and next 1.1.1

This commit is contained in:
Sambo Chea 2020-06-04 09:16:04 +07:00
parent 1aed40ea5f
commit ebe310266c
2 changed files with 4 additions and 4 deletions

View File

@ -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"
}, },

View File

@ -1,4 +1,4 @@
var path = require('path'); const path = require('path');
module.exports = { module.exports = {
mode: 'production', mode: 'production',