Comparing version 0.0.33 to 0.0.34
@@ -8,15 +8,15 @@ "use strict"; | ||
src: "lib/index.js", | ||
dest: "API/module.md" | ||
dest: "docs/module.md" | ||
}, | ||
{ | ||
src: "lib/ext/batch.js", | ||
dest: "API/batch.md" | ||
dest: "docs/batch.md" | ||
}, | ||
{ | ||
src: "lib/ext/page.js", | ||
dest: "API/page.md" | ||
dest: "docs/page.md" | ||
}, | ||
{ | ||
src: "lib/ext/sequence.js", | ||
dest: "API/sequence.md" | ||
dest: "docs/sequence.md" | ||
} | ||
@@ -23,0 +23,0 @@ ]; |
{ | ||
"name": "spex", | ||
"version": "0.0.33", | ||
"version": "0.0.34", | ||
"description": "Specialized Promise Extensions", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -6,8 +6,8 @@ # Specialized Promise Extensions | ||
This project is a work-in-progress, and I'm currently working on tests + [API documentation](API/index.md) | ||
This project is a work-in-progress, and I'm currently working on tests + [API documentation](docs/index.md) | ||
But you already can try the methods implemented: | ||
* [batch] | ||
* [page] | ||
* [sequence] | ||
* [page] | ||
@@ -29,4 +29,4 @@ ### Usage | ||
[batch]:API/batch.md | ||
[page]:API/page.md | ||
[sequence]:API/sequence.md | ||
[batch]:docs/batch.md | ||
[page]:docs/page.md | ||
[sequence]:docs/sequence.md |
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
47161
21