This repository was archived by the owner on Jun 27, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ module.exports = function (app) {
12
12
showOnce : { type : Boolean , default : true } ,
13
13
requireConfirmation : { type : Boolean , default : false } ,
14
14
active : { type : Boolean , default : true } ,
15
+ totalCount : { type : Number , default : 0 } ,
15
16
createdAt : { type : Date , default : Date . now } ,
16
17
updatedAt : { type : Date , default : Date . now } ,
17
18
wasSeeded : { type : Boolean }
Original file line number Diff line number Diff line change @@ -1035,6 +1035,13 @@ create-error-class@^3.0.0:
1035
1035
dependencies :
1036
1036
capture-stack-trace "^1.0.0"
1037
1037
1038
+ cross-env@^5.1.4 :
1039
+ version "5.1.4"
1040
+ resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-5.1.4.tgz#f61c14291f7cc653bb86457002ea80a04699d022"
1041
+ dependencies :
1042
+ cross-spawn "^5.1.0"
1043
+ is-windows "^1.0.0"
1044
+
1038
1045
cross-spawn@^3.0.0 :
1039
1046
version "3.0.1"
1040
1047
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-3.0.1.tgz#1256037ecb9f0c5f79e3d6ef135e30770184b982"
@@ -2762,6 +2769,10 @@ is-utf8@^0.2.0:
2762
2769
version "0.2.1"
2763
2770
resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"
2764
2771
2772
+ is-windows@^1.0.0 :
2773
+ version "1.0.2"
2774
+ resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
2775
+
2765
2776
2766
2777
version "0.0.1"
2767
2778
resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
You can’t perform that action at this time.
0 commit comments