less 1.4.1 → 1.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.npmignore CHANGED
@@ -0,0 +1 @@
1
+ .gitattributes
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ # 1.4.2
2
+
3
+ 2013-07-20
4
+
5
+ - if you don't pass a strict maths option, font size/line height options are output correctly again
6
+ - npmignore now include .gitattributes
7
+ - property names may include capital letters
8
+ - various windows path fixes (capital letters, multiple // in a path)
9
+
1
10
  # 1.4.1
2
11
 
3
12
  2013-07-05
package/CONTRIBUTING.md CHANGED
@@ -46,4 +46,4 @@ _Pull requests are encouraged!_
46
46
  ## Developing
47
47
  If you want to take an issue just add a small comment saying you are having a go at something, so we don't get duplication.
48
48
 
49
- Learn more about [developing Less.js](https://github.com/cloudhead/less.js/wiki/Developing-less.js).
49
+ Learn more about [developing Less.js](https://github.com/less/less.js/wiki/Developing-less.js).
package/README.md CHANGED
@@ -10,7 +10,7 @@ about
10
10
 
11
11
  This is the JavaScript, and now official, stable version of LESS.
12
12
 
13
- For more information on the language and usage visit [lesscss.org](http://lesscss.org). More information also available [in our wiki](https://github.com/cloudhead/less.js/wiki)
13
+ For more information on the language and usage visit [lesscss.org](http://lesscss.org). More information also available [in our wiki](https://github.com/less/less.js/wiki)
14
14
 
15
15
  license
16
16
  -------