Comparing version 0.3.2 to 0.3.3
{ | ||
"name": "mrm", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "Simplistic project dotfiles organizer", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -38,3 +38,3 @@ 'use strict'; | ||
.removeScript(/^(lint:js|eslint|jshint|jslint)$/) | ||
.removeScript('test', /\b(lint:js|eslint|jshint|jslint)\b/) | ||
.removeScript('test', / (lint|lint:js|eslint|jshint|jslint)( |$)/) | ||
// Add lint script | ||
@@ -41,0 +41,0 @@ .setScript('lint', 'eslint . --cache --fix' + exts) |
@@ -33,3 +33,5 @@ 'use strict'; | ||
// Clean up old scripts | ||
pkg.removeScript(/^mocha|ava|test:mocha|test:ava$/).removeScript('test', /mocha|ava/); | ||
pkg | ||
.removeScript(/^mocha|mocha:.*?|ava|ava:.*?|test:mocha|test:ava$/) | ||
.removeScript('test', /mocha|ava/); | ||
@@ -36,0 +38,0 @@ // package.json: test command |
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
30488
650