@magic/bash-alias
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "@magic/bash-alias", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"author": "Wizards & Witches", | ||
@@ -9,2 +9,3 @@ "description": "various bash aliases for node, git, rust, and @magic. !pollutes bash namespace!", | ||
"main": "src/index.mjs", | ||
"type": "module", | ||
"bin": { | ||
@@ -85,7 +86,7 @@ "l": "src/bin.mjs", | ||
"@magic-modules/no-spy": "0.0.6", | ||
"@magic-modules/pre": "0.0.10", | ||
"@magic-themes/docs": "0.0.13", | ||
"@magic/core": "0.0.114", | ||
"@magic/format": "0.0.22", | ||
"@magic/test": "0.1.65" | ||
"@magic-modules/pre": "0.0.11", | ||
"@magic-themes/docs": "0.0.14", | ||
"@magic/core": "0.0.130", | ||
"@magic/format": "0.0.30", | ||
"@magic/test": "0.1.75" | ||
}, | ||
@@ -92,0 +93,0 @@ "files": [ |
@@ -67,2 +67,3 @@ # @magic/git-alias | ||
np -> npm run prod | ||
nr -> npm run | ||
ns -> npm start | ||
@@ -123,3 +124,7 @@ nt -> npm test | ||
##### 0.0.8 - unreleased | ||
##### 0.0.8 | ||
* update dependencies | ||
* add nr -> npm run | ||
##### 0.0.9 - unreleased | ||
... |
Sorry, the diff of this file is not supported yet
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
43935
137
129
Yes