Skip to content
This repository was archived by the owner on Aug 5, 2020. It is now read-only.

Commit fd353d1

Browse files
author
Marlow Payne
committed
NPM package rename to bellows-ui
1 parent d587aa3 commit fd353d1

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
A mobile-first accordion UI module for progressive disclosure on the web.
44

5+
[![NPM](https://nodei.co/npm/bellows-ui.png?downloads=true)](https://nodei.co/npm/bellows-ui/)
56
[![Dependency Status](https://www.versioneye.com/user/projects/53ff9b7deab62a5003000009/badge.svg?style=flat)](https://www.versioneye.com/user/projects/53ff9b7deab62a5003000009)
67
[![Build Status](https://circleci.com/gh/mobify/bellows/tree/master.svg?style=shield&circle-token=8c096b513a1f04ef1b977178c4f3358c2a42a132)](https://circleci.com/gh/mobify/bellows)
78

@@ -26,7 +27,7 @@ Bellows supports Zepto up until v5.1.2 but is not actively developed for it. You
2627
Bellows can be installed using NPM:
2728

2829
```
29-
npm install bellows
30+
npm install bellows-ui
3031
```
3132

3233
## Usage with Require.js
@@ -38,7 +39,7 @@ To use with require.js, after installing through NPM you merely have to referenc
3839
{
3940
'paths': {
4041
'plugin': 'node_modules/plugin/dist/plugin.min',
41-
'bellows': 'node_modules/bellows/dist/bellows.min',
42+
'bellows': 'node_modules/bellows-ui/dist/bellows.min',
4243
'velocity': 'node_modules/velocity-animate/velocity'
4344
}
4445
}

dist/bellows.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "bellows",
2+
"name": "bellows-ui",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/mobify/bellows.git"

0 commit comments

Comments
 (0)