content-entry
Advanced tools
Comparing version 2.1.2 to 2.1.3
{ | ||
"name": "content-entry", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"type": "module", | ||
"publishConfig": { | ||
@@ -22,3 +23,3 @@ "access": "public" | ||
"scripts": { | ||
"cover": "c8 --temp-directory build/coverage ava && c8 report -r lcov --temp-directory build/coverage", | ||
"cover": "c8 --temp-directory build/tmp ava && c8 report -r lcov -o build/coverage --temp-directory build/tmp", | ||
"docs": "documentation readme src/entry.mjs --section=API", | ||
@@ -32,7 +33,7 @@ "lint": "documentation lint src/entry.mjs", | ||
"ava": "^1.4.1", | ||
"c8": "^3.5.0", | ||
"documentation": "^10.0.0", | ||
"esm": "^3.2.22", | ||
"c8": "^4.1.5", | ||
"documentation": "^11.0.0", | ||
"esm": "^3.2.25", | ||
"markdown-doctest": "^0.9.1", | ||
"semantic-release": "^15.13.12" | ||
"semantic-release": "^15.13.14" | ||
}, | ||
@@ -39,0 +40,0 @@ "engines": { |
@@ -15,2 +15,6 @@ [![npm](https://img.shields.io/npm/v/content-entry.svg)](https://www.npmjs.com/package/content-entry) | ||
## content-entry | ||
content entries for content containers (aka files) | ||
# API | ||
@@ -52,3 +56,3 @@ | ||
Representation of one file or directory entry | ||
All names are asolute (no leading '/') and build with '/' | ||
All names are asolute (no leading '/') the group seperator is '/' | ||
@@ -171,1 +175,13 @@ ### Parameters | ||
absolute file path | ||
# install | ||
With [npm](http://npmjs.org) do: | ||
```shell | ||
npm install content-entry | ||
``` | ||
# license | ||
BSD-2-Clause |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
17318
305
185
Yes