content-entry
Advanced tools
Comparing version 2.3.1 to 2.3.2
{ | ||
"name": "content-entry", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"publishConfig": { | ||
@@ -24,4 +24,4 @@ "access": "public" | ||
"scripts": { | ||
"test": "ava --node-arguments '--experimental-modules' --timeout 2m", | ||
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --node-arguments '--experimental-modules' --timeout 2m && c8 report -r lcov -o build/coverage --temp-directory build/tmp", | ||
"test": "ava --timeout 2m", | ||
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 2m && c8 report -r lcov -o build/coverage --temp-directory build/tmp", | ||
"docs": "documentation readme src/entry.mjs --section=API", | ||
@@ -31,9 +31,9 @@ "lint": "documentation lint src/entry.mjs" | ||
"devDependencies": { | ||
"ava": "^3.4.0", | ||
"ava": "^3.6.0", | ||
"c8": "^7.1.0", | ||
"documentation": "^12.1.4", | ||
"documentation": "^12.3.0", | ||
"semantic-release": "^17.0.4" | ||
}, | ||
"engines": { | ||
"node": ">=12.16.1" | ||
"node": ">=12.16.2" | ||
}, | ||
@@ -49,6 +49,7 @@ "repository": { | ||
"template": { | ||
"repository": { | ||
"url": "https://github.com/arlac77/npm-package-template-esm-only.git" | ||
} | ||
"inheritFrom": [ | ||
"arlac77/template-esm-only", | ||
"arlac77/template-github" | ||
] | ||
} | ||
} |
@@ -6,10 +6,9 @@ [![npm](https://img.shields.io/npm/v/content-entry.svg)](https://www.npmjs.com/package/content-entry) | ||
[![GitHub Issues](https://img.shields.io/github/issues/arlac77/content-entry.svg?style=flat-square)](https://github.com/arlac77/content-entry/issues) | ||
[![Build Status](https://secure.travis-ci.org/arlac77/content-entry.png)](http://travis-ci.org/arlac77/content-entry) | ||
[![Greenkeeper](https://badges.greenkeeper.io/arlac77/content-entry.svg)](https://greenkeeper.io/) | ||
[![Build Status](https://travis-ci.com/arlac77/content-entry.svg?branch=master)](https://travis-ci.com/arlac77/content-entry) | ||
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/arlac77/content-entry) | ||
[![codecov.io](http://codecov.io/github/arlac77/content-entry/coverage.svg?branch=master)](http://codecov.io/github/arlac77/content-entry?branch=master) | ||
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier) | ||
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/arlac77/content-entry/badge.svg)](https://snyk.io/test/github/arlac77/content-entry) | ||
[![codecov.io](http://codecov.io/github/arlac77/content-entry/coverage.svg?branch=master)](http://codecov.io/github/arlac77/content-entry?branch=master) | ||
[![Coverage Status](https://coveralls.io/repos/arlac77/content-entry/badge.svg)](https://coveralls.io/r/arlac77/content-entry) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/arlac77/content-entry/badge.svg)](https://snyk.io/test/github/arlac77/content-entry) | ||
@@ -16,0 +15,0 @@ ## content-entry |
17736
189