react-photo-gallery
Advanced tools
Comparing version 6.0.12 to 6.0.13
@@ -20,3 +20,2 @@ const npsUtils = require('nps-utils'); | ||
'cp examples/src/standalone.html examples/dist/standalone.html', | ||
'cp dist/react-photo-gallery.js examples/src/react-photo-gallery.js', | ||
'cp examples/src/example.css examples/dist/example.css' | ||
@@ -23,0 +22,0 @@ ), |
{ | ||
"name": "react-photo-gallery", | ||
"version": "6.0.12", | ||
"version": "6.0.13", | ||
"description": "Responsive React Photo Gallery Component", | ||
@@ -34,4 +34,2 @@ "main": "lib/index.js", | ||
"eslint-plugin-react": "^7.3.0", | ||
"html-loader": "^0.5.1", | ||
"html-webpack-plugin": "^2.30.1", | ||
"jsonp": "^0.2.1", | ||
@@ -38,0 +36,0 @@ "nps": "^5.7.1", |
const webpack = require('webpack'); | ||
const path = require('path'); | ||
const HtmlWebpackPlugin = require('html-webpack-plugin'); | ||
@@ -29,10 +28,2 @@ module.exports = { | ||
}, | ||
{ | ||
test: /\.html$/, | ||
use: [ | ||
{ | ||
loader: 'html-loader', | ||
} | ||
] | ||
}, | ||
], | ||
@@ -51,8 +42,3 @@ }, | ||
}), | ||
new HtmlWebpackPlugin({ | ||
filename: 'index.html', | ||
inject: false, | ||
template: path.resolve(__dirname, 'examples/src/index.html') | ||
}), | ||
] | ||
}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 4 instances 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
3426986
28
44
37560
6