Skip to content

Commit

Permalink
upgraded version
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevertus committed Feb 20, 2021
1 parent b0565f6 commit 618b680
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 20 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Open the pubspec.yaml file and add
```yaml
name: [unique_namespace]
dependencies:
objd: ^0.3.5
objd: ^0.3.6
```
Also remember to replace the `[unique_namespace]` with your own project name.
Expand Down
14 changes: 0 additions & 14 deletions example/test.g.dart

This file was deleted.

1 change: 0 additions & 1 deletion lib/src/basic/types/entity.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import 'package:objd/src/basic/types/area.dart';
import 'package:objd/src/basic/command.dart';
import 'package:objd/src/basic/for_list.dart';
import 'package:objd/src/basic/types/block.dart';
import 'package:objd/src/basic/types/location.dart';
Expand Down
1 change: 0 additions & 1 deletion lib/src/basic/types/location.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import 'package:meta/meta.dart';
import 'package:objd/core.dart';
import 'package:objd/src/wrappers/execute.dart';
import 'package:objd/src/basic/command.dart';

/// This translates into Minecraft Coordinates.
class Location {
Expand Down
1 change: 0 additions & 1 deletion lib/src/build/scan.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import 'package:objd/src/basic/pack.dart';
import 'package:objd/src/basic/scoreboard.dart';
import 'package:objd/src/basic/text.dart';
import 'package:objd/src/basic/widget.dart';
import 'package:objd/src/build/buildFile.dart';
import 'package:objd/src/build/buildPack.dart';
import 'package:objd/src/build/buildProject.dart';
import 'package:objd/src/build/context.dart';
Expand Down
2 changes: 0 additions & 2 deletions lib/src/utils/recipe.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import 'dart:convert';

import 'package:objd/core.dart';
import 'package:objd/src/utils/json_file.dart';

Expand Down

0 comments on commit 618b680

Please sign in to comment.