Skip to content

Commit

Permalink
Merge pull request #6 from Workiva/fixed_publish_errors
Browse files Browse the repository at this point in the history
FEA-1465: Fixed errors on release pipeline
  • Loading branch information
rmconsole3-wf authored Mar 2, 2023
2 parents 82d558d + 9cd7e94 commit f3f3faa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Copyright 2023 Workiva Inc. All rights reserved.
2 changes: 1 addition & 1 deletion bin/main.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'dart:io';

import 'package:args/args.dart';
import 'package:scip_dart/scip-dart.dart';
import 'package:scip_dart/scip_dart.dart';
import 'package:package_config/package_config.dart';
import 'package:pubspec_parse/pubspec_parse.dart';
import 'package:path/path.dart' as p;
Expand Down
File renamed without changes.
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: scip_dart
version: 1.0.1
description: generates scip bindings for dart files
repository: https://github.com/Workiva/scip-dart

environment:
sdk: ">=2.18.0 <3.0.0"

executables:
scip-dart:
scip-dart: main.dart

dependencies:
analyzer: ^5.4.0
Expand Down

0 comments on commit f3f3faa

Please sign in to comment.