Skip to content

Commit be150c0

Browse files
committed
Created node package-lock.json to install lodash and offer type completions in code.
1 parent 66ecb79 commit be150c0

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

initialize.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
function initialize() {
1111
Memory.scaleTo = 5;
12-
Game.spawns["Spawn1"].spawnCreep([WORK, CARRY, MOVE], "Harvester1")
12+
Game.spawns["Spawn1"].spawnCreep([WORK, CARRY, MOVE], "Harvester1", {})
1313
}
1414

1515
module.exports = {

package-lock.json

+16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)