@forbole/mrm-preset-forbole-rn
Advanced tools
Comparing version 1.1.2 to 1.2.0
const { | ||
copyFiles | ||
copyFiles, | ||
packageJson | ||
} = require('mrm-core'); | ||
@@ -13,6 +14,10 @@ | ||
copyFiles(licenseFilePath, ['LICENSE']); | ||
packageJson() | ||
.set('License', 'Apache-2.0') | ||
.save(); | ||
} | ||
module.exports.description = "Adds Forbole's Apache 2.0 license to the project."; | ||
module.exports.description = "Adds Apache 2.0 License file and Apache-2.0 to the license field in package.json"; | ||
module.exports = task; |
{ | ||
"name": "@forbole/mrm-preset-forbole-rn", | ||
"version": "1.1.2", | ||
"version": "1.2.0", | ||
"description": "MRM preset for scaffolding react-native projects [@Forbole](https://github.com/forbole).", | ||
@@ -5,0 +5,0 @@ "main": "config.json", |
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
32311
610