Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
readme pubspec cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Jun 8, 2020
1 parent 13da512 commit d7084b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
A fixed-width 32- and 64- bit integer library for Dart.

[![Pub](https://img.shields.io/pub/v/fixnum.svg)](https://pub.dev/packages/fixnum)
[![Build Status](https://travis-ci.org/dart-lang/fixnum.svg?branch=master)](https://travis-ci.org/dart-lang/fixnum)
[![Coverage Status](https://img.shields.io/coveralls/dart-lang/fixnum.svg)](https://coveralls.io/r/dart-lang/fixnum)

## Documentation

The fixnum package provides data types for signed 32- and 64-bit integers.
Provides data types for signed 32- and 64-bit integers.
The integer implementations in this library are designed to work identically
whether executed on the Dart VM or compiled to JavaScript.

For more information, see the
[fixnum package](https://pub.dev/packages/fixnum) on
[pub.dev](https://pub.dev/).
5 changes: 3 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: fixnum
version: 0.10.12-dev

description: Library for 32- and 64-bit signed fixed-width integers.
author: Dart Team <[email protected]>
description: >-
Library for 32- and 64-bit signed fixed-width integers with consistent
behavior between native and JS runtimes.
homepage: https://github.com/dart-lang/fixnum

environment:
Expand Down

0 comments on commit d7084b2

Please sign in to comment.