studiokit-scaffolding-js 4.3.19-next.1.8 → 4.3.20
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/README.md +1 -0
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -105,6 +105,7 @@ Components and utils can be imported from `studiokit-scaffolding-js/lib/...`
|
|
|
105
105
|
1. Release
|
|
106
106
|
* **Features**: After merging, create a new "release" branch from `develop` and follow the "git flow" release steps as normal
|
|
107
107
|
* **Hotfixes**: Finish the "git flow" hotfix steps as normal from the hotfix branch
|
|
108
|
+
* Azure DevOps will run a pipeline to publish the version merged to `master` to npmjs.org
|
|
108
109
|
|
|
109
110
|
## Styles
|
|
110
111
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "studiokit-scaffolding-js",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.20",
|
|
4
4
|
"description": "Common scaffolding for Studio apps at Purdue",
|
|
5
5
|
"repository": "https://gitlab.com/purdue-informatics/studiokit/studiokit-scaffolding-js",
|
|
6
6
|
"license": "MIT",
|
|
@@ -159,7 +159,6 @@
|
|
|
159
159
|
"@typescript-eslint/parser": "4.14.1",
|
|
160
160
|
"@wojtekmaj/enzyme-adapter-react-17": "^0.4.1",
|
|
161
161
|
"babel-eslint": "^10.1.0",
|
|
162
|
-
"codecov": "^3.8.1",
|
|
163
162
|
"copyfiles": "^2.4.1",
|
|
164
163
|
"cross-env": "^7.0.3",
|
|
165
164
|
"enzyme": "^3.11.0",
|