You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Updates for agile code
* prettier for version2 and version3 code
* prettier for version2 and version3 code
* project key changed for tests
* CI flow improved
* tests speed up and fixes for attachments
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
12
12
## About
13
13
14
-
jira.js is a powerful [Node.JS](https://nodejs.org/) / Browser module that allows you to interact with the [Jira API](https://developer.atlassian.com/cloud/jira/platform/rest/) very easily.
14
+
jira.js is a powerful [Node.JS](https://nodejs.org/) / Browser module that allows you to interact with the [Jira Cloud API](https://developer.atlassian.com/cloud/jira/platform/rest/) very easily.
15
15
16
16
Usability, consistency, and performance are key focuses of jira.js, and it also has nearly 100% coverage of the Jira API. It receives new Jira features shortly after they arrive in the API.
Copy file name to clipboardExpand all lines: package.json
+14-11
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@
17
17
"scripts": {
18
18
"build": "tsc",
19
19
"prepublishOnly": "npm run build && npm run test && npm run lint",
20
+
"prettier": "prettier --write src/**/*.ts",
20
21
"lint": "npm run lint:tests && npm run lint:src:agile && npm run lint:src:clients && npm run lint:src:services && npm run lint:src:version2 && npm run lint:src:version3 && npm run lint:src:files",
21
22
"lint:tests": "npm run lint:base -- tests",
22
23
"lint:src:agile": "npm run lint:base -- src/agile",
0 commit comments