@studyportals/bob-manifest-generator
Advanced tools
Comparing version 2.1.1 to 2.1.2
{ | ||
"name": "@studyportals/bob-manifest-generator", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "A Webpack plugin that generates a manifest file for your microservice.", | ||
@@ -5,0 +5,0 @@ "main": "src/main.js", |
@@ -71,3 +71,3 @@ const path = require('path'); | ||
const data = fs.readFileSync( | ||
path.resolve(__dirname, '../../../' + plugin.name) + '/dist/manifest.json', | ||
path.resolve('node_modules/@studyportals/' + plugin.name) + '/dist/manifest.json', | ||
'utf-8' | ||
@@ -74,0 +74,0 @@ ); |
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
14378