Skip to content

Commit 8606d7b

Browse files
committed
Add version to package.json
I don't quite know where that pops up, but at least for building and installing the URCapX through npm, it was showing "external-control@0.0.0" otherwise.
1 parent 182dcc1 commit 8606d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "external-control",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"scripts": {
55
"start": "cd external-control-frontend && npm run start",
66
"install-frontend": "cd external-control-frontend && npm install",

0 commit comments

Comments
 (0)