Skip to content

Commit

Permalink
chore: update package.json for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Jan 10, 2024
1 parent 3ea7280 commit 4e86d50
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 28 deletions.
4 changes: 0 additions & 4 deletions commitlint.config.cjs

This file was deleted.

3 changes: 3 additions & 0 deletions commitlint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default {
extends: ['@commitlint/config-conventional'],
};
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
{
"name": "@rotki/eslint-plugin",
"version": "0.0.1",
"packageManager": "pnpm@8.14.0",
"packageManager": "pnpm@8.14.1",
"type": "commonjs",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/rotki/eslint-plugin/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/rotki/eslint-plugin.git"
},
"author": "Rotki Solutions GmbH <info@rotki.com>",
"files": [
"dist"
],
"main": "dist/src/index.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"clean": "rimraf .nyc_output coverage dist docs/.vitepress/dist",
"coverage": "nyc report --reporter lcov && opener coverage/lcov-report/index.html",
Expand Down
23 changes: 3 additions & 20 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"extends": "./tsconfig.json",
"exclude": ["tests/src/**/*"],
"exclude": ["tests/rules/**/*"],
"compilerOptions": {
"removeComments": true
"removeComments": true,
"declaration": true
}
}

0 comments on commit 4e86d50

Please sign in to comment.