Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "mrm", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Simplistic project dotfiles organizer", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -41,4 +41,6 @@ # Marmot (mrm) | ||
Create eather `~/.mrm/<taskname>/index.js` or `~/dotfiles/mrm/<taskname>/index.js`. If `<taskname>` is the same as one of the internal tasks, then your task will override internal one. | ||
Create either `~/.mrm/<taskname>/index.js` or `~/dotfiles/mrm/<taskname>/index.js`. If `<taskname>` is the same as one of the internal tasks, then your task will override internal one. | ||
You can find [some examples here](https://github.com/sapegin/dotfiles/tree/master/mrm) or check [code of internal tasks](https://github.com/sapegin/mrm/tree/master/src/tasks). | ||
## Changelog | ||
@@ -45,0 +47,0 @@ |
@@ -49,3 +49,3 @@ 'use strict'; | ||
// package.json: dependencies | ||
if (!packageJson.get('dependencies.eslint-config-tamia')) { | ||
if (!packageJson.get('devDependencies.eslint-config-tamia')) { | ||
install(packages); | ||
@@ -52,0 +52,0 @@ } |
@@ -29,3 +29,3 @@ 'use strict'; | ||
// package.json: dependencies | ||
if (!packageJson.get('dependencies.eslint-config-tamia')) { | ||
if (!packageJson.get('devDependencies.lint-staged')) { | ||
install(packages); | ||
@@ -32,0 +32,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
16340
58