X-Git-Url: https://git.r.bdr.sh/rbdr/serpentity-lib/blobdiff_plain/582cea2aedd3b5763232837cc4960f07223908fb..0c7f0571466dd2342a3532eb33d17d0451514fb6:/package.json?ds=sidebyside diff --git a/package.json b/package.json index a0522a3..4237fe3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@serpentity/lib", - "version": "1.0.0", + "version": "2.0.1", "description": "Shared components for Serpentity", "main": "index.js", "scripts": { @@ -25,11 +25,13 @@ }, "homepage": "https://gitlab.com/serpentity/lib#readme", "devDependencies": { - "lerna": "^3.20.2" + "lerna": "^7.1.1" }, "dependencies": { "@serpentity/components.acceleration": "file:components/acceleration", + "@serpentity/components.angle": "file:components/angle", "@serpentity/components.debug": "file:components/debug", + "@serpentity/components.force": "file:components/force", "@serpentity/components.position": "file:components/position", "@serpentity/components.velocity": "file:components/velocity", "@serpentity/components.weight": "file:components/weight"