Skip to content

Commit 9f57703

Browse files
authored
Merge pull request #48 from com-pas/chore/fix-package-lock
fix: Fix plugins version
2 parents e6a71f0 + 41a0657 commit 9f57703

3 files changed

Lines changed: 40 additions & 5 deletions

File tree

package-lock.json

Lines changed: 38 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/distribution/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"dependencies": {
2323
"@compas-oscd/open-scd": "^0.34.44",
24-
"@compas-oscd/plugins": "0.0.4"
24+
"@compas-oscd/plugins": "0.0.3"
2525
},
2626
"scripts": {
2727
"clean": "rimraf build",

packages/plugins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compas-oscd/plugins",
3-
"version": "0.0.4",
3+
"version": "0.0.3",
44
"repository": "https://github.com/com-pas/open-scd.git",
55
"directory": "packages/plugins",
66
"description": "The official plug-ins of open-scd.",

0 commit comments

Comments
 (0)