Skip to content

Commit

Permalink
Update files to reflect supported Montage and Mr versions
Browse files Browse the repository at this point in the history
Readme, package.json and Travis config
  • Loading branch information
Stuk committed Mar 17, 2014
1 parent 22ad0b7 commit f88ac98
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,8 @@ script: npm run $COMMAND
env:
- COMMAND=test
- COMMAND=integration MOP_VERSION=. MR_VERSION=0.13
- COMMAND=integration MOP_VERSION=. MR_VERSION=0.14.2
- COMMAND=integration MOP_VERSION=. MR_VERSION=0.15
- COMMAND=integration MOP_VERSION=. MR_VERSION=latest
- COMMAND=integration MOP_VERSION=. MR_VERSION="#master"
- COMMAND=integration MOP_VERSION=. MONTAGE_VERSION=0.14
Expand Down
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -3,6 +3,8 @@
Montage Optimizer
=================

for **Montage** ~0.14.0 and **Mr** ~0.15.0, ~0.14.2 and ~0.13.0.

Optimizes Montage applications for production by minifying, to reduce file
size, and creating bundles, to reduce the number of requests.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"montage": "~0.14.6",
"mr": "~0.15.0 || ~0.14.2 || ~0.13.0 || 0.12.14",
"mr": "~0.15.0 || ~0.14.2 || ~0.13.0",
"collections": "~1.0.1",
"q": "1.0.0",
"q-io": "~1.11.0",
Expand Down

0 comments on commit f88ac98

Please sign in to comment.