File tree Expand file tree Collapse file tree 2 files changed +20
-15
lines changed Expand file tree Collapse file tree 2 files changed +20
-15
lines changed Original file line number Diff line number Diff line change
1
+
2
+ # 1.0.0
3
+
4
+ 2017-04-23
5
+ - Allow functions to return rulesets
6
+
7
+ # 0.0.2
8
+
9
+ 2015-04-28
10
+ - Initial release
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " less-plugin-functions" ,
3
- "version" : " 0 .0.2 " ,
3
+ "version" : " 1 .0.0 " ,
4
4
"description" : " write custom Less functions in Less itself" ,
5
5
"homepage" : " https://github.com/seven-phases-max/less-plugin-functions" ,
6
- "author" : {
7
- "name" : " Max Mikhailov"
8
- },
6
+ "author" : " Max Mikhailov" ,
7
+ "license" : " MIT" ,
9
8
"repository" : {
10
9
"type" : " git" ,
11
10
"url" : " git://github.com/seven-phases-max/less-plugin-functions.git"
12
11
},
13
- "license" : {
14
- "type" : " MIT" ,
15
- "url" : " https://github.com/seven-phases-max/less-plugin-functions/blob/master/LICENSE"
16
- },
17
12
"main" : " lib/index.js" ,
18
13
"engines" : {
19
14
"node" : " >=0.10.0"
20
15
},
21
16
"devDependencies" : {
22
- "diff" : " ^1. 3.2" ,
23
- "grunt" : " ^0.4.5 " ,
24
- "grunt-contrib-clean" : " ^0.6 .0" ,
25
- "grunt-contrib-jshint" : " ^0.11.2 " ,
26
- "grunt-contrib-less" : " ^1.0 .1" ,
27
- "jit-grunt" : " ^0.9.1 " ,
28
- "time-grunt" : " ^1.1.1 "
17
+ "diff" : " ^3.2.0 " ,
18
+ "grunt" : " ^1.0.1 " ,
19
+ "grunt-contrib-clean" : " ^1.1 .0" ,
20
+ "grunt-contrib-jshint" : " ^1.1.0 " ,
21
+ "grunt-contrib-less" : " ^1.4 .1" ,
22
+ "jit-grunt" : " ^0.10.0 " ,
23
+ "time-grunt" : " ^1.4.0 "
29
24
},
30
25
"keywords" : [
31
26
" less" ,
You can’t perform that action at this time.
0 commit comments