Skip to content

Commit

Permalink
Merge pull request #4 from ayazemre/dev
Browse files Browse the repository at this point in the history
rename
  • Loading branch information
ayazemre authored Feb 25, 2023
2 parents 2f73043 + ad1d416 commit c975a0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions example/clickup_dart_example.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import 'dart:convert';
import 'dart:io';

import 'package:clickup_dart/clickup_dart.dart';
import 'package:clickup_dart/clickup_dart_sdk.dart';

void main() async {
final token = "pk_testrandomtoken123";
Expand Down
2 changes: 1 addition & 1 deletion lib/clickup_dart.dart → lib/clickup_dart_sdk.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
library clickup_dart;
library clickup_dart_sdk;

export 'src/clickup_dart_base.dart';
2 changes: 1 addition & 1 deletion test/clickup_dart_sdk_test.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'package:clickup_dart/clickup_dart.dart';
import 'package:clickup_dart/clickup_dart_sdk.dart';
import 'package:test/test.dart';

void main() {
Expand Down

0 comments on commit c975a0a

Please sign in to comment.