@atlassian/clientside-extensions-docs 2.4.1 → 2.5.0-84fa90d-kwd5ix2w
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +12 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlassian/clientside-extensions-docs",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.0-84fa90d-kwd5ix2w",
|
|
4
4
|
"description": "Holds the official documentation for Altassian Server client-side extensions API.",
|
|
5
5
|
"license": "BSD-3-Clause",
|
|
6
6
|
"homepage": "https://bitbucket.org/atlassian/atlassian-clientside-extensions#readme",
|
|
@@ -63,21 +63,22 @@
|
|
|
63
63
|
}
|
|
64
64
|
],
|
|
65
65
|
"scripts": {
|
|
66
|
-
"start": "
|
|
67
|
-
"usage": "doc-scripts usage",
|
|
66
|
+
"start": "yarn preview",
|
|
67
|
+
"usage": "yarn doc-scripts usage",
|
|
68
68
|
"preview": "atlas dac watch",
|
|
69
69
|
"lint": "yarn spellcheck && yarn prettier",
|
|
70
70
|
"prettier": "prettier --check '**/*.{json,md}'",
|
|
71
|
-
"spellcheck": "doc-scripts spellcheck",
|
|
72
|
-
"validate": "doc-scripts validate",
|
|
73
|
-
"set-last-updated": "doc-scripts set-last-updated",
|
|
74
|
-
"link-check": "doc-scripts link-check",
|
|
75
|
-
"prepublishOnly": "
|
|
76
|
-
"prepack": "
|
|
77
|
-
"
|
|
71
|
+
"spellcheck": "yarn doc-scripts spellcheck",
|
|
72
|
+
"validate": "yarn doc-scripts validate",
|
|
73
|
+
"set-last-updated": "yarn doc-scripts set-last-updated",
|
|
74
|
+
"link-check": "yarn doc-scripts link-check",
|
|
75
|
+
"prepublishOnly": "yarn doc-scripts validate",
|
|
76
|
+
"prepack": "yarn doc-scripts set-last-updated",
|
|
77
|
+
"//comment": "We use the proxy command to 'doc-scripts' so we don't need to pass the enviroment flag all over the places",
|
|
78
|
+
"doc-scripts": "SKIP_VERSION_CHECK=true doc-scripts"
|
|
78
79
|
},
|
|
79
80
|
"optionalDependencies": {
|
|
80
81
|
"@atlassian/doc-scripts": "^5.0.0"
|
|
81
82
|
},
|
|
82
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "84fa90d805babbfd94e536dcc1bb4facd1dc4f59"
|
|
83
84
|
}
|