Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "mvdan-sh", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A shell parser and formatter (POSIX/Bash/mksh)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -12,5 +12,5 @@ # mvdan-sh | ||
``` | ||
const sh = require('./index') | ||
const sh = require('mvdan-sh') | ||
const syntax = sh.syntax | ||
var syntax = sh.syntax | ||
var p = syntax.NewParser() | ||
@@ -17,0 +17,0 @@ |
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
1460928