Comparing version 0.5.3 to 0.5.4
@@ -5,4 +5,5 @@ #!/usr/bin/env node | ||
// ShellJS plugins | ||
require('shelljs-plugin-clear'); | ||
require('shelljs-plugin-inspect'); | ||
require('shelljs-plugin-clear'); | ||
require('shelljs-plugin-open'); | ||
require('shelljs-plugin-sleep'); | ||
@@ -9,0 +10,0 @@ |
{ | ||
"name": "n_shell", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"description": "A node REPL with ShellJS loaded by default", | ||
@@ -35,2 +35,3 @@ "main": "index.js", | ||
"shelljs-plugin-inspect": "^0.1.0", | ||
"shelljs-plugin-open": "^0.1.1", | ||
"shelljs-plugin-sleep": "^0.1.0" | ||
@@ -37,0 +38,0 @@ }, |
@@ -118,2 +118,4 @@ # n\_shell | ||
[shelljs-plugin-clear](https://github.com/nfischer/shelljs-plugin-clear)) | ||
- `shell.open()` (from | ||
[shelljs-plugin-open](https://github.com/shelljs/plugin-open)) | ||
- `shell.sleep()` (from | ||
@@ -120,0 +122,0 @@ [shelljs-plugin-sleep](https://github.com/nfischer/shelljs-plugin-sleep)) |
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
8788
92
153
9
+ Addedshelljs-plugin-open@^0.1.1
+ Addedopener@1.5.2(transitive)
+ Addedshelljs-plugin-open@0.1.3(transitive)