File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change
1
+ Copyright 2023 Workiva Inc. All rights reserved.
Original file line number Diff line number Diff line change 1
1
import 'dart:io' ;
2
2
3
3
import 'package:args/args.dart' ;
4
- import 'package:scip_dart/scip-dart .dart' ;
4
+ import 'package:scip_dart/scip_dart .dart' ;
5
5
import 'package:package_config/package_config.dart' ;
6
6
import 'package:pubspec_parse/pubspec_parse.dart' ;
7
7
import 'package:path/path.dart' as p;
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
name : scip_dart
2
2
version : 1.0.1
3
3
description : generates scip bindings for dart files
4
+ repository : https://github.com/Workiva/scip-dart
4
5
5
6
environment :
6
7
sdk : " >=2.18.0 <3.0.0"
7
8
8
9
executables :
9
- scip-dart :
10
+ scip-dart : main.dart
10
11
11
12
dependencies :
12
13
analyzer : ^5.4.0
You can’t perform that action at this time.
0 commit comments