Skip to content

Commit c5e25fb

Browse files
committed
Include @lionweb/core as a dev dependency, as it's used in the test suite
1 parent 785515e commit c5e25fb

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
"publish-lib": "yarn dist && yarn publish --access public && yarn --use-yarnrc .yarnrc-github-packages publish"
115115
},
116116
"devDependencies": {
117+
"@lionweb/core": "^0.6.2",
117118
"@tsconfig/recommended": "^1.0.3",
118119
"@types/chai": "^4.3.11",
119120
"@types/ecore": "^0.12.5",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -613,10 +613,10 @@
613613
"@jridgewell/resolve-uri" "^3.1.0"
614614
"@jridgewell/sourcemap-codec" "^1.4.14"
615615

616-
"@lionweb/core@^0.6.1":
617-
version "0.6.1"
618-
resolved "https://registry.yarnpkg.com/@lionweb/core/-/core-0.6.1.tgz#afaf7028e379fb46a8dba75dfb6541311f2bb2a7"
619-
integrity sha512-ZFwKq+vSgrRKc9INkyaRL8A8cdBWkG0YNzDx4M4MJRgP5iVxbAtIuNwrNx8wuCTg7itxvQoJrG4reYjd2oEzvQ==
616+
"@lionweb/core@^0.6.2":
617+
version "0.6.2"
618+
resolved "https://registry.yarnpkg.com/@lionweb/core/-/core-0.6.2.tgz#9f7f8d8f8e1d7e786b27fe441f9d7f50bd806f63"
619+
integrity sha512-fYW8JevvhE18M0h3t/JsKbOVKGaGtB1NRTy+GYJlHMoF5hqyR+JnH0NzhFWTijT0wi5xrHVftZPgyFzk7nXb9g==
620620

621621
"@nodelib/[email protected]":
622622
version "2.1.4"

0 commit comments

Comments
 (0)