Skip to content

Commit 1f36eb1

Browse files
authored
Fixed failed package creation due to wrong ignore config. (#16)
1 parent 3bb10ae commit 1f36eb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
*
2-
!book/**
32
!index.js
3+
!dist/**
44
!package.json
55
!LICENSE
66
!README.md

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitbook-plugin-intopic-toc",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "GitBook Plugin to add inline table of contents (TOC) to each page based on configurable selectors.",
55
"keywords": [
66
"gitbook",

0 commit comments

Comments
 (0)