@vianuvem-vn/feature-toggle
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@vianuvem-vn/feature-toggle", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"author": "Ramon Francisco", | ||
"main": "dist/main.js", | ||
"main": "dist/index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://ramonViaNuvem@bitbucket.org/vianuvem/vianuvem-feature-toggle.git" | ||
}, | ||
"license": "MIT", | ||
"dependencies": {}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "webpack" | ||
}, | ||
"devDependencies": { | ||
@@ -12,6 +19,3 @@ "webpack": "^5.31.0", | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "webpack" | ||
} | ||
"homepage": "https://bitbucket.org/vianuvem/vianuvem-feature-toggle#readme" | ||
} |
@@ -1,1 +0,1 @@ | ||
export default 'hello world!'; | ||
export default 'Hello World - Feature toggle' |
const path = require('path'); | ||
module.exports = { | ||
entry: './src/main.js', | ||
entry: './src/index.js', | ||
mode: 'none', | ||
output: { | ||
filename: 'main.js', | ||
filename: 'index.js', | ||
path: path.resolve(__dirname, 'dist'), | ||
}, | ||
}; |
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 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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
0
4208
5