Skip to content

Commit

Permalink
Eslint plugin release 1.0.4 (#7921)
Browse files Browse the repository at this point in the history
* chore(eslint-plugin): move jest to devDependencies

* chore(eslint-plugin): release 1.0.4
  • Loading branch information
christopherthielen committed Feb 20, 2020
1 parent 2a40f32 commit fc7bf1f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/eslint-plugin/package.json
@@ -1,16 +1,18 @@
{
"name": "@spinnaker/eslint-plugin",
"version": "1.0.3",
"version": "1.0.4",
"main": "eslint-plugin.js",
"license": "Apache-2.0",
"scripts": {
"test": "jest",
"test:debug": "node --inspect ./node_modules/.bin/jest --runInBand --watch"
},
"dependencies": {
"jest": "^24.9.0",
"lodash": "^4.17.15"
},
"devDependencies": {
"jest": "^24.9.0"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^1.3.0",
"@typescript-eslint/parser": "^1.3.0",
Expand Down

0 comments on commit fc7bf1f

Please sign in to comment.