Skip to content

Commit

Permalink
fix: Public process.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrunet committed Dec 28, 2022
1 parent 1185ad1 commit 536e5e4
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion packages/katana_ui/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ packages:
name: code_builder
url: "https://pub.dartlang.org"
source: hosted
version: "4.3.0"
version: "4.4.0"
collection:
dependency: transitive
description:
Expand Down
2 changes: 0 additions & 2 deletions packages/katana_ui/lib/katana_ui.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@ import 'dart:async';
import 'package:flutter/material.dart' hide Scaffold;
export 'package:katana/katana.dart';

part 'src/ui_type.dart';

part 'modal/modal.dart';
7 changes: 0 additions & 7 deletions packages/katana_ui/lib/src/ui_type.dart

This file was deleted.

2 changes: 0 additions & 2 deletions packages/katana_ui/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ version: 1.0.0
homepage: https://mathru.net
repository: https://github.com/mathrunet/flutter_masamune/tree/master/packages/katana_ui

publish_to: none

environment:
sdk: ">=2.17.0 <3.0.0"
flutter: ">=2.0.0"
Expand Down

0 comments on commit 536e5e4

Please sign in to comment.