Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit 07a2c8b

Browse files
committed
Release 7.0.0
1 parent 7dd5f1f commit 07a2c8b

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @oracle/eslint-config-oraclejet 6.2.0
1+
# @oracle/eslint-config-oraclejet 7.0.0
22

33
This package contains the ESLint configurations used by the Oracle JET project. These configurations come in two flavors:
44

RELEASENOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Release Notes for eslint-config-oraclejet ##
22

3-
### 6.2.0
3+
### 7.0.0
44
* No changes
55

66
### 5.2.0

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"name": "@oracle/eslint-config-oraclejet",
3-
"version": "6.2.0",
4-
"scripts": {"build": "node build/build.js"},
3+
"version": "7.0.0",
4+
"scripts": {
5+
"build": "node ../build/build.js --module eslint-config-oraclejet"
6+
},
57
"license": "UPL-1.0",
68
"description": "JET Coding standards eslint config files",
79
"keywords": [
@@ -20,6 +22,7 @@
2022
"eslint-plugin-import": "~2.2.0"
2123
},
2224
"devDependencies": {
23-
"fs-extra": "~2.1.2"
25+
"minimatch": "^3.0.4",
26+
"minimist": "~1.2.0"
2427
}
2528
}

0 commit comments

Comments
 (0)