Skip to content

Commit a79e46e

Browse files
committed
'bump version v0.2.106'
1 parent 6961c0b commit a79e46e

File tree

2 files changed

+70
-66
lines changed

2 files changed

+70
-66
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.2.106
2+
* fixed: 修复 versions.mapping 版本号问题
3+
* add: 增加 .fekitignore 功能
4+
15
# 0.2.105
26
* update: 升级 node-sass 到 3.0.0 稳定版
37

package.json

Lines changed: 66 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,67 @@
11
{
2-
"author": "hao.lin <[email protected]>",
3-
"name": "fekit",
4-
"description": "FE Toolkit",
5-
"version": "0.2.105",
6-
"bin": "./bin/fekit",
7-
"repository": {
8-
"type": "git",
9-
"url": "git://github.com/rinh/fekit.git"
10-
},
11-
"dependencies": {
12-
"MD5": "1.0.x",
13-
"astral": "0.1.0",
14-
"astral-angular-annotate": "0.0.2",
15-
"async": "0.2.x",
16-
"block-stream": "*",
17-
"chai": "1.3.x",
18-
"cjson": "0.2.x",
19-
"coffee-script": "1.4.x",
20-
"compute-cluster": "*",
21-
"connect": "2.7.x",
22-
"connect-url-rewrite": "0.1.0",
23-
"escodegen": "0.0.26",
24-
"esprima": "1.0.3",
25-
"find": "0.1.7",
26-
"fs-extra": "0.12.0",
27-
"fstream": "*",
28-
"gaze": "0.5.1",
29-
"graceful-fs": "1.1.x",
30-
"handlebars": "2.0.0-alpha.1",
31-
"http-proxy": "1.11.x",
32-
"ignore": "^2.2.15",
33-
"inherits": "*",
34-
"js-yaml": "3.0.2",
35-
"mkdirp": "0.3.x",
36-
"mocha": "1.7.x",
37-
"ncp": "0.4.x",
38-
"nib": "1.0.*",
39-
"node-sass": "3.0.0",
40-
"optimist": "0.3.x",
41-
"prompt": "0.2.x",
42-
"qless": "1.5.x",
43-
"request": "2.16.x",
44-
"rimraf": "2.1.4",
45-
"rinh-node-tar": "*",
46-
"semver": "1.1.x",
47-
"sty": "0.6.x",
48-
"stylus": "0.49.*",
49-
"temp": "0.5.0",
50-
"tiny-lr": "0.0.7",
51-
"uglify-js": "2.4.x",
52-
"uglifycss": "0.0.5",
53-
"underscore": "1.4.x",
54-
"underscore.string": "2.3.3",
55-
"urlrouter": "0.2.x",
56-
"velocityjs": "0.4.x"
57-
},
58-
"devDependencies": {},
59-
"optionalDependencies": {},
60-
"engines": {
61-
"node": "*"
62-
},
63-
"license": "MIT",
64-
"scripts": {
65-
"prepublish": "cake build"
66-
}
67-
}
2+
"author": "hao.lin <[email protected]>",
3+
"name": "fekit",
4+
"description": "FE Toolkit",
5+
"version": "0.2.106",
6+
"bin": "./bin/fekit",
7+
"repository": {
8+
"type": "git",
9+
"url": "git://github.com/rinh/fekit.git"
10+
},
11+
"dependencies": {
12+
"MD5": "1.0.x",
13+
"astral": "0.1.0",
14+
"astral-angular-annotate": "0.0.2",
15+
"async": "0.2.x",
16+
"block-stream": "*",
17+
"chai": "1.3.x",
18+
"cjson": "0.2.x",
19+
"coffee-script": "1.4.x",
20+
"compute-cluster": "*",
21+
"connect": "2.7.x",
22+
"connect-url-rewrite": "0.1.0",
23+
"escodegen": "0.0.26",
24+
"esprima": "1.0.3",
25+
"find": "0.1.7",
26+
"fs-extra": "0.12.0",
27+
"fstream": "*",
28+
"gaze": "0.5.1",
29+
"graceful-fs": "1.1.x",
30+
"handlebars": "2.0.0-alpha.1",
31+
"http-proxy": "1.11.x",
32+
"ignore": "^2.2.15",
33+
"inherits": "*",
34+
"js-yaml": "3.0.2",
35+
"mkdirp": "0.3.x",
36+
"mocha": "1.7.x",
37+
"ncp": "0.4.x",
38+
"nib": "1.0.*",
39+
"node-sass": "3.0.0",
40+
"optimist": "0.3.x",
41+
"prompt": "0.2.x",
42+
"qless": "1.5.x",
43+
"request": "2.16.x",
44+
"rimraf": "2.1.4",
45+
"rinh-node-tar": "*",
46+
"semver": "1.1.x",
47+
"sty": "0.6.x",
48+
"stylus": "0.49.*",
49+
"temp": "0.5.0",
50+
"tiny-lr": "0.0.7",
51+
"uglify-js": "2.4.x",
52+
"uglifycss": "0.0.5",
53+
"underscore": "1.4.x",
54+
"underscore.string": "2.3.3",
55+
"urlrouter": "0.2.x",
56+
"velocityjs": "0.4.x"
57+
},
58+
"devDependencies": {},
59+
"optionalDependencies": {},
60+
"engines": {
61+
"node": "*"
62+
},
63+
"license": "MIT",
64+
"scripts": {
65+
"prepublish": "cake build"
66+
}
67+
}

0 commit comments

Comments
 (0)