Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #7 from foretagsplatsen/fix-package-json
Browse files Browse the repository at this point in the history
Fix package.json
  • Loading branch information
DamienCassou authored Jun 28, 2022
2 parents 58fe775 + 17ad353 commit 7323d4d
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-cypress",
"version": "0.0.0-development",
"name": "@finsit/eslint-plugin-cypress",
"version": "3.0.1",
"description": "An ESLint plugin for projects using Cypress",
"main": "index.js",
"author": "Chris Breiding (chris@cypress.io)",
Expand Down Expand Up @@ -32,6 +32,7 @@
"semantic-release": "19.0.3"
},
"scripts": {
"publish": "npm publish --access public",
"make-rule": "npx yo eslint:rule",
"lint": "eslint '*.js' '**/**/*.js'",
"lint-fix": "npm run lint -- --fix",
Expand Down

0 comments on commit 7323d4d

Please sign in to comment.