Update package files.

This commit is contained in:
James Cole 2018-02-06 07:52:04 +01:00
parent 31884bbba6
commit 0435e42b3d
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
2 changed files with 13 additions and 1 deletions

10
package-lock.json generated
View File

@ -18,6 +18,11 @@
"negotiator": "0.6.1" "negotiator": "0.6.1"
} }
}, },
"accounting": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/accounting/-/accounting-0.4.1.tgz",
"integrity": "sha1-h91BA+/39EYPHhhvXGd+1s9WaIM="
},
"acorn": { "acorn": {
"version": "5.3.0", "version": "5.3.0",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-5.3.0.tgz", "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.3.0.tgz",
@ -7172,6 +7177,11 @@
"minimist": "0.0.8" "minimist": "0.0.8"
} }
}, },
"moment": {
"version": "2.20.1",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.20.1.tgz",
"integrity": "sha512-Yh9y73JRljxW5QxN08Fner68eFLxM5ynNOAw2LbIB1YAGeQzZT8QFSUvkAz609Zf+IHhhaUxqZK8dG3W/+HEvg=="
},
"move-concurrently": { "move-concurrently": {
"version": "1.0.1", "version": "1.0.1",
"resolved": "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz", "resolved": "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz",

View File

@ -19,6 +19,8 @@
"vue": "^2.5.7" "vue": "^2.5.7"
}, },
"dependencies": { "dependencies": {
"font-awesome": "^4.7.0" "accounting": "^0.4.1",
"font-awesome": "^4.7.0",
"moment": "^2.20.1"
} }
} }