diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-09-21 16:04:32 +0200 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 09:42:15 +0100 |
commit | 6f252b47d3087bd421da3e15aeab66dcea9bb09d (patch) | |
tree | ed47b4fe82b1466bbdc8a1e1ec3d5186a73e63d1 /package.json | |
parent | c36c1b27e5134987b7d13fd27dde5aa72dbe691d (diff) |
FUNCT First dummy release
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 e761cbc..fabae34 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "agl-hvac", + "name": "agl-mixer", "version": "0.0.0", "description": "HVAC project for AGL based on html5 technologies", "scripts": { @@ -7,11 +7,11 @@ "build": "webpack", "start": "webpack-dev-server" }, - "homepage": "https://bitbucket.org/smarsol/hvac", + "homepage": "https://bitbucket.org/smarsol/mixer", "author": "humberto.alfonso@asvito.es", "repository": { "type": "git", - "url": "git@bitbucket.org:smarsol/hvac.git" + "url": "git@bitbucket.org:smarsol/mixer.git" }, "keywords": [ "agl", |