Skip to content

Commit f3f3faa

Browse files
Merge pull request #6 from Workiva/fixed_publish_errors
FEA-1465: Fixed errors on release pipeline
2 parents 82d558d + 9cd7e94 commit f3f3faa

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Copyright 2023 Workiva Inc. All rights reserved.

bin/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import 'dart:io';
22

33
import 'package:args/args.dart';
4-
import 'package:scip_dart/scip-dart.dart';
4+
import 'package:scip_dart/scip_dart.dart';
55
import 'package:package_config/package_config.dart';
66
import 'package:pubspec_parse/pubspec_parse.dart';
77
import 'package:path/path.dart' as p;
File renamed without changes.

pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: scip_dart
22
version: 1.0.1
33
description: generates scip bindings for dart files
4+
repository: https://github.com/Workiva/scip-dart
45

56
environment:
67
sdk: ">=2.18.0 <3.0.0"
78

89
executables:
9-
scip-dart:
10+
scip-dart: main.dart
1011

1112
dependencies:
1213
analyzer: ^5.4.0

0 commit comments

Comments
 (0)