Skip to content

Commit

Permalink
chore: package.json fix types path + eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Aug 5, 2022
1 parent 0e44407 commit e59ad64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"lib",
"CHANGELOG.md"
],
"types": "lib/types.d.ts",
"types": "lib/index.d.ts",
"scripts": {
"changelog": "auto-changelog -u --starting-version v1.1.1 --commit-limit false --ignore-commit-pattern '(dev|ci|chore|Release|Merge)'",
"coverage": "nyc report --reporter=text-lcov > ./coverage.info",
Expand Down
2 changes: 1 addition & 1 deletion test/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const equal = require('assert-dir-equal')
const Metalsmith = require('metalsmith')

/* eslint-disable-next-line import/no-internal-modules */
/* eslint-disable-next-line node/no-missing-require */
const drafts = require('../lib/index.cjs')

describe('@metalsmith/drafts', function () {
Expand Down

0 comments on commit e59ad64

Please sign in to comment.