github-starcounter
Advanced tools
Comparing version 1.1.10 to 1.1.11
/*! | ||
* | ||
* github-starcounter v1.1.10 | ||
* github-starcounter v1.1.11 | ||
* https://github.com/DevUnltd/github-starcounter | ||
@@ -5,0 +5,0 @@ * |
{ | ||
"name": "github-starcounter", | ||
"version": "1.1.10", | ||
"version": "1.1.11", | ||
"description": "Give a shout-out to your Stargazers and proudly display their support", | ||
@@ -56,3 +56,2 @@ "main": "build/index.js", | ||
"prettier": "^2.5.1", | ||
"prettier-webpack-plugin": "^1.2.0", | ||
"style-loader": "^3.3.1", | ||
@@ -59,0 +58,0 @@ "terser-webpack-plugin": "^5.3.1", |
const HtmlWebpackPlugin = require('html-webpack-plugin'); | ||
const path = require('path'); | ||
const webpack = require('webpack'); | ||
const PrettierPlugin = require("prettier-webpack-plugin"); | ||
const TerserPlugin = require('terser-webpack-plugin'); | ||
@@ -62,3 +61,2 @@ const getPackageJson = require('./scripts/getPackageJson'); | ||
plugins: [ | ||
new PrettierPlugin(), | ||
new webpack.BannerPlugin(banner), | ||
@@ -65,0 +63,0 @@ new CopyPlugin({ |
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
30
293271
394