rehype-toc
Advanced tools
Comparing version
{ | ||
"name": "rehype-toc", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "A rehype plugin that adds a table of contents (TOC) to the page", | ||
@@ -25,3 +25,3 @@ "keywords": [ | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.js", | ||
"types": "lib/index.d.ts", | ||
"files": [ | ||
@@ -38,3 +38,3 @@ "lib" | ||
"test": "mocha && npm run lint", | ||
"coverage": "nyc mocha", | ||
"coverage": "nyc node_modules/mocha/bin/mocha", | ||
"upgrade": "npm-check -u", | ||
@@ -48,11 +48,11 @@ "bump": "bump --tag --push --all", | ||
"devDependencies": { | ||
"@types/chai": "^4.2.0", | ||
"@types/chai": "^4.2.4", | ||
"@types/mocha": "^5.2.7", | ||
"@types/node": "^12.7.2", | ||
"@types/node": "^12.11.5", | ||
"@types/unist": "^2.0.3", | ||
"chai": "^4.2.0", | ||
"coveralls": "^3.0.6", | ||
"eslint": "^6.2.2", | ||
"coveralls": "^3.0.7", | ||
"eslint": "^6.5.1", | ||
"eslint-config-modular": "^7.0.1", | ||
"mocha": "^6.2.0", | ||
"mocha": "^6.2.2", | ||
"npm-check": "^5.9.0", | ||
@@ -64,7 +64,7 @@ "nyc": "^14.1.1", | ||
"shx": "^0.3.2", | ||
"tslint": "^5.19.0", | ||
"tslint": "^5.20.0", | ||
"tslint-modular": "^1.6.0", | ||
"typescript": "^3.5.3", | ||
"typescript": "^3.6.4", | ||
"typescript-tslint-plugin": "^0.5.4", | ||
"unified": "^8.3.2", | ||
"unified": "^8.4.1", | ||
"version-bump-prompt": "^5.0.5" | ||
@@ -71,0 +71,0 @@ }, |
Sorry, the diff of this file is not supported yet
48306
0.09%