diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-04-04 21:03:53 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-04-05 01:30:31 +0200 |
commit | 4a199b578b3bdfca70cdbb1ecd399fda90116087 (patch) | |
tree | c3ccfa1ee29692967ac57dc086419b6db1b1b36e /webapp/package.json | |
parent | 08095aa9a0d7b9b7636cdf36a5a5b6df2592bc05 (diff) |
Add package lock file
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'webapp/package.json')
-rw-r--r-- | webapp/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/package.json b/webapp/package.json index 4f2d1fd..f7273c9 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -13,5 +13,5 @@ }, "dependencies": { "font-awesome": "^4.7.0" - } + } } |