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',