Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkgs/c_compiler/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![package:c_compiler](https://github.com/dart-lang/native/actions/workflows/c_compiler.yml/badge.svg)](https://github.com/dart-lang/native/actions/workflows/c_compiler.yml)
[![package:c_compiler](https://github.com/dart-lang/native/actions/workflows/c_compiler.yaml/badge.svg)](https://github.com/dart-lang/native/actions/workflows/c_compiler.yaml)
[![pub package](https://img.shields.io/pub/v/c_compiler.svg)](https://pub.dev/packages/c_compiler)
[![Coverage Status](https://coveralls.io/repos/github/dart-lang/native/badge.svg?branch=main)](https://coveralls.io/github/dart-lang/tools?branch=main)
<!-- [![package publisher](https://img.shields.io/pub/publisher/c_compiler.svg)](https://pub.dev/packages/c_compiler/publisher) -->
Expand Down
2 changes: 1 addition & 1 deletion pkgs/c_compiler/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: c_compiler
description: A library to invoke the native C compiler installed on the host machine.
version: 0.1.0-dev
repository: https://github.com/dart-lang/native/c_compiler
repository: https://github.com/dart-lang/native/tree/main/pkgs/c_compiler

environment:
sdk: ">=2.19.3 <4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion pkgs/native_assets_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 0.1.0
## 0.1.0-dev

- Initial version.
2 changes: 1 addition & 1 deletion pkgs/native_assets_cli/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![package:native_assets_cli](https://github.com/dart-lang/native/actions/workflows/native_assets_cli.yml/badge.svg)](https://github.com/dart-lang/native/actions/workflows/native_assets_cli.yml)
[![package:native_assets_cli](https://github.com/dart-lang/native/actions/workflows/native_assets_cli.yaml/badge.svg)](https://github.com/dart-lang/native/actions/workflows/native_assets_cli.yaml)
[![pub package](https://img.shields.io/pub/v/native_assets_cli.svg)](https://pub.dev/packages/native_assets_cli)
[![Coverage Status](https://coveralls.io/repos/github/dart-lang/native/badge.svg?branch=main)](https://coveralls.io/github/dart-lang/tools?branch=main)
<!-- [![package publisher](https://img.shields.io/pub/publisher/native_assets_cli.svg)](https://pub.dev/packages/native_assets_cli/publisher) -->
Expand Down
2 changes: 1 addition & 1 deletion pkgs/native_assets_cli/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: native_assets_cli
description: A library that contains the argument and file formats for implementing a native assets CLI.
version: 0.1.0-dev
repository: https://github.com/dart-lang/native/native_assets_cli
repository: https://github.com/dart-lang/native/tree/main/pkgs/native_assets_cli

environment:
sdk: ">=2.19.3 <4.0.0"
Expand Down