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

Commit 6cd662e

Browse files
Dropped Bower support, since it is no longer maintained
1 parent 3471e67 commit 6cd662e

File tree

2 files changed

+5
-60
lines changed

2 files changed

+5
-60
lines changed

README.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ OmniPath
99
[![Inline docs](http://inch-ci.org/github/James-Messinger/omnipath.svg?branch=master&style=shields)](http://inch-ci.org/github/James-Messinger/omnipath)
1010

1111
[![npm](http://img.shields.io/npm/v/omnipath.svg)](https://www.npmjs.com/package/omnipath)
12-
[![Bower](http://img.shields.io/bower/v/omnipath.svg)](#bower)
1312
[![License](https://img.shields.io/npm/l/omnipath.svg)](LICENSE)
1413

1514
[![Browser Compatibility](https://saucelabs.com/browser-matrix/omnipath.svg)](https://saucelabs.com/u/omnipath)
@@ -76,22 +75,13 @@ var OmniPath = require('omnipath');
7675
```
7776

7877
#### Web Browsers
79-
Install using [bower](http://bower.io/):
80-
81-
```bash
82-
bower install omnipath
83-
```
84-
85-
Then reference [`omnipath.js`](dist/omnipath.js) or [`omnipath.min.js`](dist/omnipath.min.js) in your HTML:
78+
Reference [`omnipath.js`](dist/omnipath.js) or [`omnipath.min.js`](dist/omnipath.min.js) in your HTML:
8679

8780
```html
88-
<script src="bower_components/omnipath/dist/omnipath.js"></script>
89-
```
90-
91-
Or, if you're using AMD (Require.js), then import it into your module:
92-
93-
```javascript
94-
define(["omnipath"], function(OmniPath) { /* your module's code */ })
81+
<script src="https://cdn.rawgit.com/James-Messinger/omnipath/master/dist/omnipath.js"></script>
82+
<script>
83+
OmniPath.resolve(somePath, someOtherPath);
84+
</script>
9585
```
9686

9787

bower.json

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)