From ebe310266cb341f2c4c385324ac52d41175fd862 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Thu, 4 Jun 2020 09:16:04 +0700 Subject: [PATCH] Updated package and next 1.1.1 --- package.json | 6 +++--- webpack.config.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 53178a3..18ddb69 100644 --- a/package.json +++ b/package.json @@ -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" }, diff --git a/webpack.config.js b/webpack.config.js index 9963773..569c758 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -1,4 +1,4 @@ -var path = require('path'); +const path = require('path'); module.exports = { mode: 'production',