Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove jQuery dep #93

Merged
merged 3 commits into from
May 13, 2015
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Customization
-------------

Just edit `nprogress.css` to your liking. Tip: you probably only want to find
and replace occurances of `#29d`.
and replace occurrences of `#29d`.

The included CSS file is pretty minimal... in fact, feel free to scrap it and
make your own!
Expand Down Expand Up @@ -189,7 +189,7 @@ Authored and maintained by Rico Sta. Cruz with help from [contributors].
> Twitter [@rstacruz](https://twitter.com/rstacruz)

[MIT License]: http://mit-license.org/
[contributors]: http://github.com/rstacruz/jsfuse/contributors
[contributors]: http://github.com/rstacruz/nprogress/contributors

[![Status](https://api.travis-ci.org/rstacruz/nprogress.svg?branch=master)](http://travis-ci.org/rstacruz/nprogress)
[![npm version](https://img.shields.io/npm/v/nprogress.png)](https://npmjs.org/package/nprogress "View this project on npm")
3 changes: 0 additions & 3 deletions component.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
"description": "slim progress bar",
"version": "0.1.6",
"keywords": ["progress","bar","spinner"],
"dependencies": {
"component/jQuery": "*"
},
"development": {
"chaijs/chai": "*",
"visionmedia/mocha": "*"
Expand Down