Comparing version 0.5.1 to 0.5.2
@@ -6,2 +6,3 @@ #!/usr/bin/env node | ||
require('shelljs-plugin-inspect'); | ||
require('shelljs-plugin-clear'); | ||
@@ -30,5 +31,2 @@ var repl = require('repl'); | ||
// Polyfills for commands that shelljs doesn't have yet | ||
if (!shell.clear) shell.clear = require('clear'); | ||
// Create the prompt | ||
@@ -35,0 +33,0 @@ var myprompt = argv.prompt || 'shelljs %v%l $ '; |
{ | ||
"name": "n_shell", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "A node REPL with ShellJS loaded by default", | ||
@@ -28,3 +28,2 @@ "main": "index.js", | ||
"dependencies": { | ||
"clear": "0.0.1", | ||
"minimist": "^1.2.0", | ||
@@ -35,2 +34,3 @@ "os-homedir": "^1.0.1", | ||
"shelljs": "*", | ||
"shelljs-plugin-clear": "^0.1.0", | ||
"shelljs-plugin-inspect": "^0.1.0" | ||
@@ -37,0 +37,0 @@ }, |
@@ -15,4 +15,2 @@ # n\_shell | ||
I recommend installing this package globally: | ||
```Bash | ||
@@ -118,4 +116,4 @@ $ npm install -g n_shell | ||
- `clear()`/`shell.clear()` (from | ||
[bahamas10/node-clear](https://github.com/bahamas10/node-clear)) | ||
- `shell.clear()` (from | ||
[shelljs-plugin-clear](https://github.com/nfischer/shelljs-plugin-clear)) | ||
@@ -135,3 +133,3 @@ ## Options | ||
- `%l`: show ` [local]` if this is using a local version of ShellJS | ||
- Want more formats options? [Let me | ||
- Want more format options? [Let me | ||
know](https://github.com/nfischer/n_shell/issues/new) or [send me a | ||
@@ -138,0 +136,0 @@ PR](https://github.com/nfischer/n_shell/compare) |
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
8329
90
148
+ Addedshelljs-plugin-clear@^0.1.0
+ Addedshelljs-plugin-clear@0.1.0(transitive)
- Removedclear@0.0.1