Skip to content

Commit

Permalink
build: add missing version key into package.json file
Browse files Browse the repository at this point in the history
Signed-off-by: Antoine Leblanc <[email protected]>
  • Loading branch information
antleblanc committed Sep 28, 2020
1 parent 21b34e5 commit e36e9ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/manager/apps/cloud-connect/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@ovh-ux/manager-cloud-connect-app",
"version": null,
"private": true,
"repository": {
"type": "git",
Expand Down Expand Up @@ -51,6 +52,5 @@
"lodash": "^4.17.15",
"moment": "^2.24.0",
"webpack-merge": "^4.2.2"
},
"version": null
}
}
}

0 comments on commit e36e9ae

Please sign in to comment.