Skip to content

Commit

Permalink
Remove package-lock
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Marston <[email protected]>
  • Loading branch information
richardmarston committed Jan 13, 2023
1 parent 7fe62e5 commit b34aa82
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 6,864 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
package:
strategy:
matrix:
node-version: [14.x]
node-version: [16.x]
runs-on: ubuntu-latest
name: A job to build the packages
steps:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY images /pintura/images
COPY test/ /pintura/test
COPY cimmenu /pintura/cimmenu
COPY cimsvg /pintura/cimsvg
COPY index.html Makefile package-lock.json package.json /pintura/
COPY index.html Makefile package.json /pintura/

WORKDIR /pintura
RUN npm install -g [email protected]
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY images /pintura/images
COPY test/ /pintura/test
COPY cimmenu /pintura/cimmenu
COPY cimsvg /pintura/cimsvg
COPY buildFlags.sh index.html Makefile package-lock.json package.json /pintura/
COPY buildFlags.sh index.html Makefile package.json /pintura/

WORKDIR /pintura
RUN npm install -g [email protected]
Expand Down
1,821 changes: 0 additions & 1,821 deletions cimmenu/package-lock.json

This file was deleted.

12 changes: 0 additions & 12 deletions cimmenu/src/cimmenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,18 +272,6 @@ class cimmenu {
return matchingComponents;
};


/* TODO: package allocation needs a re-write when we look at
* serialization in the cimgen project. The general rule is
* that the big classes are only in one profile and the primitives
* can be in any of them. So one strategy could be to write all of
* the classes that only have one profile into their profiles, then
* write all the components that are connected to them into the
* same profile, and then check that they are all written.
static getPackageName(type) {
}
*/

getAggregateComponentMenuCGMES(details){
let updateMenu = "";
let jsObject = 'src_' + details.type.substring(4) + '_js';
Expand Down
1,791 changes: 0 additions & 1,791 deletions cimsvg/package-lock.json

This file was deleted.

2 changes: 0 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@
<div id="left-panel">
</div>
<div id="cimsvg-panel">
<div id="map-container">
</div>
<svg id="svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<rect class="backing" id="bg"/>
<g class="grid"/>
Expand Down
3,235 changes: 0 additions & 3,235 deletions package-lock.json

This file was deleted.

0 comments on commit b34aa82

Please sign in to comment.