diff --git a/package.json b/package.json index 386bcbc..880ca82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,5 @@ { "name": "starter-kit", - "version": "0.1.0", "description": "Scaffolding for a cockpit module", "main": "index.js", "repository": "git@github.com:cockpit/starter-kit.git", diff --git a/src/manifest.json b/src/manifest.json index 3e2454a..3a45f56 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,5 +1,4 @@ { - "version": "0.1", "requires": { "cockpit": "137" },