gotchi-battler-game-logic 2.0.1 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -112,10 +112,3 @@ module.exports = {
112
112
  DEBUFFS,
113
113
  MULTS
114
114
  }
115
-
116
- // node services/game-logic/constants.js
117
- if (require.main === module) {
118
- console.log("Buffs", BUFFS)
119
- console.log("Debuffs", DEBUFFS)
120
- process.exit(0)
121
- }
@@ -115,10 +115,3 @@ module.exports = {
115
115
  DEBUFFS,
116
116
  MULTS
117
117
  }
118
-
119
- // node services/game-logic/constants.js
120
- if (require.main === module) {
121
- console.log("Buffs", BUFFS)
122
- console.log("Debuffs", DEBUFFS)
123
- process.exit(0)
124
- }
@@ -121,10 +121,3 @@ module.exports = {
121
121
  DEBUFFS,
122
122
  MULTS
123
123
  }
124
-
125
- // node services/game-logic/constants.js
126
- if (require.main === module) {
127
- console.log("Buffs", BUFFS)
128
- console.log("Debuffs", DEBUFFS)
129
- process.exit(0)
130
- }
@@ -138,10 +138,3 @@ module.exports = {
138
138
  DEBUFFS,
139
139
  MULTS
140
140
  }
141
-
142
- // node services/game-logic/constants.js
143
- if (require.main === module) {
144
- console.log("Buffs", BUFFS)
145
- console.log("Debuffs", DEBUFFS)
146
- process.exit(0)
147
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gotchi-battler-game-logic",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"