@koober/mrm-preset
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -24,6 +24,6 @@ const { packageJson, json, install } = require('mrm-core'); | ||
scripts: { | ||
configure: 'npm run mrm -- configure', | ||
mrm: 'mrm --preset=@koober/mrm-preset' | ||
configure: 'npx -p @koober/mrm-preset -c "npm run mrm -- bootstrap"', | ||
mrm: 'mrm --preset @koober/mrm-preset', | ||
}, | ||
version: '1.0.0' | ||
version: '1.0.0', | ||
}; | ||
@@ -42,8 +42,8 @@ const packageFile = packageJson(package); | ||
preset: { | ||
type: 'input' | ||
type: 'input', | ||
}, | ||
task: { | ||
type: 'input' | ||
} | ||
type: 'input', | ||
}, | ||
}; | ||
module.exports = task; |
{ | ||
"name": "@koober/mrm-preset", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Mrm configuration presets", | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
"test": "npx npm-run-all -p 'test:*'", | ||
"test:mrm-preset": "echo 'Error: no test specified'" | ||
"test:mrm-preset": "echo 'Error: no test specified' && exit 0" | ||
}, | ||
@@ -36,0 +36,0 @@ "bugs": { |
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
3971