We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npm show cubing version
1 parent 9a42c7e commit ab5cda9Copy full SHA for ab5cda9
README.md
@@ -36,6 +36,8 @@ See <https://github.com/cubing/cubing.js/releases> for information on the latest
36
```shell
37
# Check what version of `cubing.js` you have
38
npm list cubing
39
+# Check for the latest version
40
+npm show cubing version
41
42
# Update to the latest
43
npm install --save cubing@latest
0 commit comments