diff options
author | Jacobo Aragunde Pérez <jaragunde@igalia.com> | 2019-07-15 11:36:21 +0200 |
---|---|---|
committer | Jacobo Aragunde Pérez <jaragunde@igalia.com> | 2019-07-15 11:36:21 +0200 |
commit | 510d237d45fe0823f43465ad93c1e01c89211c9d (patch) | |
tree | 25087e91a111c2d092c9ee18f215fb982b576a7b /package.json | |
parent | b9029a510e190ece0615fbb956669ae7fa73e006 (diff) |
Rename application as html5-launcher
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index b906ddf..c5c9687 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "agl-homescreen", - "version": "0.0.0", - "description": "Homescreen project for AGL based on html5 technologies", + "name": "agl-launcher", + "version": "1.0.0", + "description": "Launcher application for AGL based on html5 technologies", "scripts": { "webpack": "webpack", "build": "webpack", |