Comparing version 0.15.6 to 0.15.7
@@ -0,1 +1,5 @@ | ||
### 0.15.7 | ||
- Don't load Mr's `devDependencies` into the mappings | ||
### 0.15.6 | ||
@@ -2,0 +6,0 @@ |
@@ -1,14 +0,7 @@ | ||
Copyright (c) 2012, Kris Kowal. | ||
BSD 3-Clause License | ||
3-clause BSD license | ||
==================== | ||
Includes TJ Holowaychuk’s QueryString parser. | ||
Copyright and license not disclosed. | ||
Copyright 2012-2014 Motorola Mobility LLC, Montage Studio Inc, and contributors. | ||
All rights reserved. | ||
Includes Kris Kowal’s Q promise library. | ||
MIT License | ||
Based on Motorola Mobility’s Montage | ||
Copyright (c) 2012, Motorola Mobility LLC. | ||
All Rights Reserved. | ||
Redistribution and use in source and binary forms, with or without | ||
@@ -24,5 +17,5 @@ modification, are permitted provided that the following conditions are met: | ||
* Neither the name of Motorola Mobility LLC nor the names of its | ||
contributors may be used to endorse or promote products derived from this | ||
software without specific prior written permission. | ||
* Neither the name of Motorola Mobility LLC, Montage Studio, Montage nor the | ||
names of its contributors may be used to endorse or promote products derived | ||
from this software without specific prior written permission. | ||
@@ -40,2 +33,1 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | ||
POSSIBILITY OF SUCH DAMAGE. | ||
{ | ||
"name": "mr", | ||
"version": "0.15.6", | ||
"version": "0.15.7", | ||
"description": "A refresh-only CommonJS module system for browsers, used in Montage", | ||
@@ -25,2 +25,3 @@ "keywords": [ | ||
}, | ||
"production": true, | ||
"mappings": { | ||
@@ -27,0 +28,0 @@ "q": { |
@@ -30,3 +30,3 @@ [![Build Status](https://travis-ci.org/montagejs/mr.png?branch=master)](http://travis-ci.org/montagejs/mr) | ||
You can place your `package.json` in a different location, or avoid having one | ||
at all, with other [script tag attributes](https://github.com/montagejs/mr/tree/master/docs/Script-attribute.md). | ||
at all, with other [script tag attributes](https://github.com/montagejs/mr/tree/master/docs/Script-attributes.md). | ||
@@ -33,0 +33,0 @@ ## Optimization |
133397