Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "keybinder", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Javascript keybinder", | ||
"main": "src/App.es6", | ||
"main": "build/keybinder.min.js", | ||
"entry": "src/App.es6", | ||
"scripts": { | ||
@@ -7,0 +8,0 @@ "start": "webpack-dev-server --inline --hot --colors", |
@@ -18,3 +18,3 @@ const path = require('path'); | ||
module.exports = { | ||
entry: path.resolve(__dirname, config.main), | ||
entry: path.resolve(__dirname, config.entry), | ||
devtool: "source-map", | ||
@@ -21,0 +21,0 @@ output: { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
144595