Comparing version 0.6.12 to 0.6.13
@@ -5,2 +5,14 @@ # History | ||
## 0.6.13 | ||
hanlde relative file path in spm.main | ||
## 0.6.12 | ||
support require directory | ||
## 0.6.11 | ||
update npmignore | ||
## 0.6.10 | ||
@@ -7,0 +19,0 @@ |
@@ -39,2 +39,5 @@ 'use strict'; | ||
} | ||
// handle ./index.js | ||
pkg.spm.main = pkg.spm.main.replace(/^\.\//, ''); | ||
@@ -41,0 +44,0 @@ // detect output type |
{ | ||
"name": "father", | ||
"version": "0.6.12", | ||
"version": "0.6.13", | ||
"description": "A package parser that can resolve self and dependencies, supporting spm, component.", | ||
@@ -5,0 +5,0 @@ "main": "index", |
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
18430
429