add-to-homescreen-control
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "add-to-homescreen-control", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Library that allows you to control new Add to Home Screen prompt behavior", | ||
"main": "dist/index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/npm/npm-registry-couchapp" | ||
}, | ||
"scripts": { | ||
@@ -24,3 +20,4 @@ "build": "webpack", | ||
"webpack-dev-server": "^3.1.9" | ||
} | ||
}, | ||
"dependencies": {} | ||
} |
@@ -7,3 +7,4 @@ var path = require('path'); | ||
path: path.resolve(__dirname, 'dist'), | ||
filename: 'index.js' | ||
filename: 'index.js', | ||
libraryTarget: 'umd' | ||
}, | ||
@@ -10,0 +11,0 @@ module: { |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
101
25264
1