Skip to content

Commit

Permalink
Bumping to version v7.3.0 - [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Product Platforms Service committed May 2, 2023
1 parent 67160b3 commit 26063ea
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "newskit",
"version": "7.2.0",
"version": "7.3.0",
"description": "A React Component library implementing the News design language",
"keywords": [
"react",
Expand Down Expand Up @@ -311,9 +311,13 @@
},
"lint": {
"executor": "@nrwl/linter:eslint",
"outputs": ["{options.outputFile}"],
"outputs": [
"{options.outputFile}"
],
"options": {
"lintFilePatterns": ["./src/**/*.{ts,tsx,js,jsx}"]
"lintFilePatterns": [
"./src/**/*.{ts,tsx,js,jsx}"
]
}
},
"lint:code:comps": {
Expand Down

0 comments on commit 26063ea

Please sign in to comment.