Skip to content

Commit b34aa82

Browse files
Remove package-lock
Signed-off-by: Richard Marston <rmarston@eonerc.rwth-aachen.de>
1 parent 7fe62e5 commit b34aa82

File tree

8 files changed

+3
-6864
lines changed

8 files changed

+3
-6864
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
package:
1414
strategy:
1515
matrix:
16-
node-version: [14.x]
16+
node-version: [16.x]
1717
runs-on: ubuntu-latest
1818
name: A job to build the packages
1919
steps:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ COPY images /pintura/images
55
COPY test/ /pintura/test
66
COPY cimmenu /pintura/cimmenu
77
COPY cimsvg /pintura/cimsvg
8-
COPY index.html Makefile package-lock.json package.json /pintura/
8+
COPY index.html Makefile package.json /pintura/
99

1010
WORKDIR /pintura
1111
RUN npm install -g npm@8.19.2

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ COPY images /pintura/images
55
COPY test/ /pintura/test
66
COPY cimmenu /pintura/cimmenu
77
COPY cimsvg /pintura/cimsvg
8-
COPY buildFlags.sh index.html Makefile package-lock.json package.json /pintura/
8+
COPY buildFlags.sh index.html Makefile package.json /pintura/
99

1010
WORKDIR /pintura
1111
RUN npm install -g npm@8.19.2

cimmenu/package-lock.json

Lines changed: 0 additions & 1821 deletions
This file was deleted.

cimmenu/src/cimmenu.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -272,18 +272,6 @@ class cimmenu {
272272
return matchingComponents;
273273
};
274274

275-
276-
/* TODO: package allocation needs a re-write when we look at
277-
* serialization in the cimgen project. The general rule is
278-
* that the big classes are only in one profile and the primitives
279-
* can be in any of them. So one strategy could be to write all of
280-
* the classes that only have one profile into their profiles, then
281-
* write all the components that are connected to them into the
282-
* same profile, and then check that they are all written.
283-
static getPackageName(type) {
284-
}
285-
*/
286-
287275
getAggregateComponentMenuCGMES(details){
288276
let updateMenu = "";
289277
let jsObject = 'src_' + details.type.substring(4) + '_js';

cimsvg/package-lock.json

Lines changed: 0 additions & 1791 deletions
This file was deleted.

index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@
4747
<div id="left-panel">
4848
</div>
4949
<div id="cimsvg-panel">
50-
<div id="map-container">
51-
</div>
5250
<svg id="svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
5351
<rect class="backing" id="bg"/>
5452
<g class="grid"/>

package-lock.json

Lines changed: 0 additions & 3235 deletions
This file was deleted.

0 commit comments

Comments
 (0)