@sjcrh/proteinpaint-front 2.61.2 → 2.63.0
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/bundles.tgz +0 -0
- package/package.json +3 -4
package/bundles.tgz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sjcrh/proteinpaint-front",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.63.0",
|
|
4
4
|
"main": "src/index.js",
|
|
5
5
|
"bin": "init.js",
|
|
6
6
|
"scripts": {
|
|
7
|
-
"dev": "
|
|
8
|
-
"#dev": "webpack --env NODE_ENV=development --watch --progress --color",
|
|
7
|
+
"dev": "webpack --env NODE_ENV=development --watch --progress --color",
|
|
9
8
|
"prepack": "rm -rf public/bin && rm -rf *.tgz && webpack && tar -czf bundles.tgz public/bin",
|
|
10
9
|
"test:unit": "echo 'TODO: front integration tests'",
|
|
11
10
|
"test:integration": "echo 'TODO: front integration tests'"
|
|
12
11
|
},
|
|
13
12
|
"devDependencies": {
|
|
14
|
-
"@sjcrh/proteinpaint-client": "2.
|
|
13
|
+
"@sjcrh/proteinpaint-client": "2.63.0",
|
|
15
14
|
"webpack": "^5.76.0",
|
|
16
15
|
"webpack-cli": "^4.9.2",
|
|
17
16
|
"webpack-node-externals": "^3.0.0",
|