diff --git a/package.json b/package.json index ecae042f..1b22e1c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gns3-web-ui", - "version": "0.0.1-beta.0", + "version": "2019.1.0-alpha.0", "author": { "name": "GNS3 Technology Inc.", "email": "developers@gns3.com" @@ -12,6 +12,9 @@ "type": "git", "url": "https://github.com/GNS3/gns3-web-ui.git" }, + "build": { + "generateUpdatesFilesForAllChannels": true + }, "scripts": { "ng": "ng", "start": "ng serve",