html-elements-webpack-plugin
Advanced tools
Comparing version 0.0.1 to 1.0.0
{ | ||
"name": "html-elements-webpack-plugin", | ||
"version": "0.0.1", | ||
"version": "1.0.0", | ||
"description": "Webpack plugin to append head elements during the creation of index.html", | ||
@@ -24,3 +24,3 @@ "keywords": [ | ||
}, | ||
"main": "./main/index.js", | ||
"main": "./lib/index.js", | ||
"repository": { | ||
@@ -27,0 +27,0 @@ "type": "git", |
@@ -68,3 +68,3 @@ # html-elements-webpack-plugin [![npm version](https://badge.fury.io/js/html-elements-webpack-plugin.svg)](http://badge.fury.io/js/html-elements-webpack-plugin) [![npm downloads](https://img.shields.io/npm/dm/html-elements-webpack-plugin.svg)](https://npmjs.org/html-elements-webpack-plugin) | ||
```JavaScript | ||
const HtmlElementsPlugin = require('html-elements-plugin'); | ||
const HtmlElementsPlugin = require('html-elements-webpack-plugin'); | ||
@@ -71,0 +71,0 @@ module.exports = { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
11039
6
1