Skip to content

Commit

Permalink
remove dependency on bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
changhuixu committed Nov 4, 2021
1 parent b23861f commit 9734dbf
Show file tree
Hide file tree
Showing 9 changed files with 2,357 additions and 1,867 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ node_js:

branches:
only:
- master
- main

before_script:
- npm install -g firebase-tools
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# UIowa Mfk

[![Build Status](https://img.shields.io/travis/changhuixu/uiowa-mfk-project/master.svg?label=Travis%20CI&style=flat-square)](https://travis-ci.org/changhuixu/uiowa-mfk-project)
[![Build Status](https://img.shields.io/travis/changhuixu/uiowa-mfk-project/main.svg?label=Travis%20CI&style=flat-square)](https://travis-ci.com/changhuixu/uiowa-mfk-project)
[![npm](https://img.shields.io/npm/v/@uiowa/uiowa-mfk.svg?style=flat-square)](https://www.npmjs.com/package/@uiowa/uiowa-mfk)

`uiowa-mfk` is a full-fledged Angular library for MFK input. Based on this library, the demo app shows some common configurations of MFK inputs, validations, and Favorite MFK management. This library has peer dependency on Angular >=10, Bootstrap 4.5 (css) and @uiowa/digit-only, as of Nov, 2020. The version number of this library is following the major and minor version of Angular.
`uiowa-mfk` is a full-fledged Angular library for MFK input. Based on this library, the demo app shows some common configurations of MFK inputs, validations, and Favorite MFK management. This library has peer dependency on Angular >=12 and @uiowa/digit-only, as of Nov, 2021. The version number of this library is following the major and minor version of Angular.

## [Demo](https://uiowa-mfk.firebaseapp.com)

Expand Down
Loading

0 comments on commit 9734dbf

Please sign in to comment.