Skip to content

Commit

Permalink
chore: rm package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondMofeng committed Jul 19, 2024
1 parent d78c1e5 commit a70e203
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6,544 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ dist/screeps.ts
dist/screeps.js
dist/screeps-tests.js
.vscode/tasks.json

# we do not need package.lock file
package-lock.json
pnpm-lock.yaml
yarn.lock
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"editor.formatOnSave": true,
"editor.insertSpaces": true,
"editor.tabSize": 4,
"editor.rulers": [140],
Expand Down
4 changes: 1 addition & 3 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// Kieran Carnegie <https://github.com/kotarou>
// Mofeng <https://github.com/DiamondMofeng>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 4.6
// TypeScript Version: 5.5

// Please contribute types to https://github.com/screepers/typed-screeps

Expand Down Expand Up @@ -2739,8 +2739,6 @@ type PowerConstant =
| PWR_OPERATE_EXTENSION
| PWR_OPERATE_OBSERVER
| PWR_OPERATE_TERMINAL
| PWR_OPERATE_SPAWN
| PWR_OPERATE_TOWER
| PWR_DISRUPT_SPAWN
| PWR_DISRUPT_TOWER
| PWR_DISRUPT_SOURCE
Expand Down
Loading

0 comments on commit a70e203

Please sign in to comment.