Comparing version 0.5.2 to 0.5.3
@@ -7,2 +7,3 @@ #!/usr/bin/env node | ||
require('shelljs-plugin-clear'); | ||
require('shelljs-plugin-sleep'); | ||
@@ -9,0 +10,0 @@ var repl = require('repl'); |
{ | ||
"name": "n_shell", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "A node REPL with ShellJS loaded by default", | ||
@@ -34,3 +34,4 @@ "main": "index.js", | ||
"shelljs-plugin-clear": "^0.1.0", | ||
"shelljs-plugin-inspect": "^0.1.0" | ||
"shelljs-plugin-inspect": "^0.1.0", | ||
"shelljs-plugin-sleep": "^0.1.0" | ||
}, | ||
@@ -37,0 +38,0 @@ "devDependencies": { |
# n\_shell | ||
[![npm](https://img.shields.io/npm/v/n_shell.svg?style=flat-square)](https://www.npmjs.com/package/n_shell) | ||
[![npm version](https://img.shields.io/npm/v/n_shell.svg?style=flat-square)](https://www.npmjs.com/package/n_shell) | ||
[![npm downloads](https://img.shields.io/npm/dt/n_shell.svg?style=flat-square)](https://www.npmjs.com/package/n_shell) | ||
@@ -117,2 +118,4 @@ A node REPL with ShellJS loaded by default. | ||
[shelljs-plugin-clear](https://github.com/nfischer/shelljs-plugin-clear)) | ||
- `shell.sleep()` (from | ||
[shelljs-plugin-sleep](https://github.com/nfischer/shelljs-plugin-sleep)) | ||
@@ -119,0 +122,0 @@ ## Options |
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
8629
91
151
8
+ Addedshelljs-plugin-sleep@^0.1.0
+ Addednan@2.22.0(transitive)
+ Addedshelljs-plugin-sleep@0.1.1(transitive)
+ Addedsleep@3.0.1(transitive)