Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module.exports = function(grunt) {
qunit: {
all: {
options: {
urls: ['1.4.3', '1.10.1', '2.0.2'].map(function(version) {
urls: ['3.2.1'].map(function(version) {
return 'http://localhost:<%= connect.server.options.port %>/test/jquery.stellar.html?jquery=' + version;
})
}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,10 @@ $.stellar({

## Package Managers

Stellar.js can be installed with [Bower](http://bower.io/):
Stellar.js can be installed with [npm](https://www.npmjs.com/):

``` bash
$ bower install jquery.stellar
$ npm install stellar.jquery
```

## Sites Using Stellar.js
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "jquery.stellar",
"version": "0.6.2",
"version": "0.6.5",
"main": ["./jquery.stellar.js"],
"dependencies": {
"jquery": ">=1.4.3"
"jquery": ">=3.2.1"
}
}
Loading