Skip to content

Commit

Permalink
chore: add command to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
levchak0910 committed Jul 13, 2023
1 parent 7991323 commit fe51c41
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-vue-kebab-class-naming",
"version": "0.1.1",
"version": "0.1.2",
"description": "ESLint plugin for ensuring a kebab-ish like class naming convention in Vue files",
"main": "dist/index.js",
"scripts": {
Expand All @@ -14,7 +14,8 @@
"t": "mocha --require ts-node/register/transpile-only --reporter dot",
"test:watch": "npm run test:base -- --watch",
"update": "ts-node ./tools/update-rules.ts && eslint ./lib/utils/rules.ts --fix",
"new": "ts-node ./tools/new-rule.ts"
"new": "ts-node ./tools/new-rule.ts",
"publish": "npm run build && npm publish"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit fe51c41

Please sign in to comment.