Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "n_shell", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A node REPL with ShellJS loaded by default", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -92,2 +92,3 @@ # n_shell | ||
"`shelljs %v%l $ `" | ||
- `%%`: a literal `%` sign | ||
- `%v`: show the current version (from `package.json`) | ||
@@ -94,0 +95,0 @@ - `%l`: show ` [local]` if this is installed from a local module (whenever |
@@ -28,2 +28,3 @@ 'use strict'; | ||
var option = { | ||
'%%': '%', | ||
'%v': json.version, | ||
@@ -30,0 +31,0 @@ '%l': (isLocal ? ' [local]' : '') |
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
5783
55
103