Skip to content

Commit

Permalink
Reorganise package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwhatley committed Dec 6, 2024
1 parent 0a3078e commit 08f4a88
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,19 @@
"uuid": "^11.0.3",
"weighted": "^1.0.0"
},
"standard": {
"ignore": [
"app/assets/javascripts/jquery-1.11.3.js",
"app/assets/javascripts/jquery-3.6.1.min.js",
"app/assets/javascripts/lunr-2.3.9.js"
]
},
"devDependencies": {
"markdownlint-cli": "^0.43.0",
"standard": "^17.1.2",
"stylelint": "^16.11.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-order": "^6.0.4"
},
"standard": {
"ignore": [
"app/assets/javascripts/jquery-1.11.3.js",
"app/assets/javascripts/jquery-3.6.1.min.js",
"app/assets/javascripts/lunr-2.3.9.js"
]
}
}

0 comments on commit 08f4a88

Please sign in to comment.