Skip to content

Commit 44761d8

Browse files
1.0.0
1 parent 1017def commit 44761d8

File tree

2 files changed

+20
-15
lines changed

2 files changed

+20
-15
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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

package.json

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,26 @@
11
{
22
"name": "less-plugin-functions",
3-
"version": "0.0.2",
3+
"version": "1.0.0",
44
"description": "write custom Less functions in Less itself",
55
"homepage": "https://github.com/seven-phases-max/less-plugin-functions",
6-
"author": {
7-
"name": "Max Mikhailov"
8-
},
6+
"author": "Max Mikhailov",
7+
"license": "MIT",
98
"repository": {
109
"type": "git",
1110
"url": "git://github.com/seven-phases-max/less-plugin-functions.git"
1211
},
13-
"license": {
14-
"type": "MIT",
15-
"url": "https://github.com/seven-phases-max/less-plugin-functions/blob/master/LICENSE"
16-
},
1712
"main": "lib/index.js",
1813
"engines": {
1914
"node": ">=0.10.0"
2015
},
2116
"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"
2924
},
3025
"keywords": [
3126
"less",

0 commit comments

Comments
 (0)