Skip to content

Commit a2258c4

Browse files
committed
fixing eslint script and incrementing to 1.0.0 release version
1 parent 919b270 commit a2258c4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

electron/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

electron/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wktui",
33
"productName": "WebLogic Kubernetes Toolkit UI",
4-
"version": "0.8.20",
4+
"version": "1.0.0",
55
"description": "WebLogic Kubernetes Toolkit UI",
66
"copyright": "Copyright (c) 2021, Oracle and/or its affiliates.",
77
"homepage": "https://github.com/oracle/weblogic-toolkit-ui",
@@ -12,7 +12,7 @@
1212
"build": "npm run build:jet && npm run install-tools && npm run build:installer",
1313
"build:jet": "cd ../webui && npm run build:release && cd ../electron",
1414
"build:installer": "electron-builder -p never",
15-
"eslint": "npx eslint app/main.js app/js/**/*.js app/test/*-test.js",
15+
"eslint": "npx eslint app/main.js app/js/*.js app/js/prompt/*.js app/test/*.js",
1616
"test": "mocha --timeout 10000 --reporter spec app/test/*-test.js"
1717
},
1818
"repository": {

0 commit comments

Comments
 (0)