Comparing version 0.0.86 to 0.0.87
@@ -5,7 +5,7 @@ { | ||
"name": "500 TOKENS", | ||
"type": "FUTURE", | ||
"img": "future", | ||
"type": "DWD", | ||
"img": "dwd", | ||
"detail": "Buy any upgrades or units for a cheaper price.", | ||
"price": 2.5, | ||
"ref": "future", | ||
"ref": "dwd", | ||
"quantity": 500 | ||
@@ -16,7 +16,7 @@ }, | ||
"name": "1000 TOKENS", | ||
"type": "FUTURE", | ||
"img": "future", | ||
"type": "DWD", | ||
"img": "dwd", | ||
"detail": "Buy any upgrades or units for a cheaper price.", | ||
"price": 5, | ||
"ref": "future", | ||
"ref": "dwd", | ||
"quantity": 1000 | ||
@@ -27,7 +27,7 @@ }, | ||
"name": "2000 TOKENS", | ||
"type": "FUTURE", | ||
"img": "future", | ||
"type": "DWD", | ||
"img": "dwd", | ||
"detail": "Buy any upgrades or units for a cheaper price.", | ||
"price": 10, | ||
"ref": "future", | ||
"ref": "dwd", | ||
"quantity": 2000 | ||
@@ -38,7 +38,7 @@ }, | ||
"name": "5000 TOKENS", | ||
"type": "FUTURE", | ||
"img": "future", | ||
"type": "DWD", | ||
"img": "dwd", | ||
"detail": "Buy any upgrades or units for a cheaper price.", | ||
"price": 25, | ||
"ref": "future", | ||
"ref": "dwd", | ||
"quantity": 5000 | ||
@@ -49,7 +49,7 @@ }, | ||
"name": "10000 TOKENS", | ||
"type": "FUTURE", | ||
"img": "future", | ||
"type": "DWD", | ||
"img": "dwd", | ||
"detail": "Buy any upgrades or units for a cheaper price.", | ||
"price": 50, | ||
"ref": "future", | ||
"ref": "dwd", | ||
"quantity": 10000 | ||
@@ -60,9 +60,9 @@ }, | ||
"name": "50000 TOKENS", | ||
"type": "FUTURE", | ||
"img": "future", | ||
"type": "DWD", | ||
"img": "dwd", | ||
"detail": "Buy any upgrades or units for a cheaper price.", | ||
"price": 250, | ||
"ref": "future", | ||
"ref": "dwd", | ||
"quantity": 50000 | ||
} | ||
} |
{ | ||
"name": "drugwars", | ||
"version": "0.0.86", | ||
"version": "0.0.87", | ||
"description": "A lightweight JavaScript library for DrugWars", | ||
@@ -17,3 +17,3 @@ "main": "lib/index.js", | ||
"kbyte": "0.0.4", | ||
"lodash": "^4.17.11" | ||
"lodash": "^4.17.15" | ||
}, | ||
@@ -20,0 +20,0 @@ "devDependencies": { |
@@ -5,7 +5,7 @@ { | ||
"name": "500 TOKENS", | ||
"type": "FUTURE", | ||
"img": "future", | ||
"type": "DWD", | ||
"img": "dwd", | ||
"detail": "Buy any upgrades or units for a cheaper price.", | ||
"price": 2.5, | ||
"ref": "future", | ||
"ref": "dwd", | ||
"quantity": 500 | ||
@@ -16,7 +16,7 @@ }, | ||
"name": "1000 TOKENS", | ||
"type": "FUTURE", | ||
"img": "future", | ||
"type": "DWD", | ||
"img": "dwd", | ||
"detail": "Buy any upgrades or units for a cheaper price.", | ||
"price": 5, | ||
"ref": "future", | ||
"ref": "dwd", | ||
"quantity": 1000 | ||
@@ -27,7 +27,7 @@ }, | ||
"name": "2000 TOKENS", | ||
"type": "FUTURE", | ||
"img": "future", | ||
"type": "DWD", | ||
"img": "dwd", | ||
"detail": "Buy any upgrades or units for a cheaper price.", | ||
"price": 10, | ||
"ref": "future", | ||
"ref": "dwd", | ||
"quantity": 2000 | ||
@@ -38,7 +38,7 @@ }, | ||
"name": "5000 TOKENS", | ||
"type": "FUTURE", | ||
"img": "future", | ||
"type": "DWD", | ||
"img": "dwd", | ||
"detail": "Buy any upgrades or units for a cheaper price.", | ||
"price": 25, | ||
"ref": "future", | ||
"ref": "dwd", | ||
"quantity": 5000 | ||
@@ -49,7 +49,7 @@ }, | ||
"name": "10000 TOKENS", | ||
"type": "FUTURE", | ||
"img": "future", | ||
"type": "DWD", | ||
"img": "dwd", | ||
"detail": "Buy any upgrades or units for a cheaper price.", | ||
"price": 50, | ||
"ref": "future", | ||
"ref": "dwd", | ||
"quantity": 10000 | ||
@@ -60,9 +60,9 @@ }, | ||
"name": "50000 TOKENS", | ||
"type": "FUTURE", | ||
"img": "future", | ||
"type": "DWD", | ||
"img": "dwd", | ||
"detail": "Buy any upgrades or units for a cheaper price.", | ||
"price": 250, | ||
"ref": "future", | ||
"ref": "dwd", | ||
"quantity": 50000 | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
2458760
Updatedlodash@^4.17.15