File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +11
-7
lines changed
Original file line number Diff line number Diff line change
1
+ 1.2.1 / 2015-03-09
2
+ ==================
3
+ * remove builder-es6-module-to-cjs as devDependency
4
+
1
5
1.2.0 / 2014-12-19
2
6
==================
3
7
* refactor require lookups
7
11
1.1.13 / 2014-09-27
8
12
==================
9
13
* better tests for locals ordering [ #29 ] ( https://github.com/componentjs/builder2.js/issues/29 )
10
- * [ faster CSS parsing] ( https://github.com/componentjs/builder2.js/pull/84 )
14
+ * [ faster CSS parsing] ( https://github.com/componentjs/builder2.js/pull/84 )
11
15
* fix [ file lookup of locals without file extension] ( https://github.com/componentjs/builder2.js/pull/82 )
12
16
* merge [ Export AMD module with given external name, not with internal (canonical)] ( https://github.com/componentjs/builder2.js/pull/83 )
13
17
29
33
==================
30
34
31
35
* remain quotes within ` require() ` calls - https://github.com/component/builder2.js/pull/72
32
- * avoid error for nodejs ` require() ` calls within locals - https://github.com/component/builder2.js/pull/73
36
+ * avoid error for nodejs ` require() ` calls within locals - https://github.com/component/builder2.js/pull/73
33
37
34
38
1.1.9 / 2014-07-17
35
39
==================
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " component-builder" ,
3
3
"description" : " builder for component" ,
4
- "version" : " 1.2.0 " ,
4
+ "version" : " 1.2.1 " ,
5
5
"author" : {
6
6
"name" : " Jonathan Ong" ,
7
7
"email" : " me@jongleberry.com" ,
12
12
"repository" : " component/builder2.js" ,
13
13
"dependencies" : {
14
14
"chanel" : " ^2.0.0" ,
15
- "co" : " ^3.0.2 " ,
15
+ "co" : " ^3.1.0 " ,
16
16
"component-flatten" : " ^1.0.1" ,
17
17
"component-manifest" : " ^1.0.0" ,
18
18
"component-require2" : " ^1.0.1" ,
19
- "cp" : " ~ 0.1.1" ,
19
+ "cp" : " ^ 0.1.1" ,
20
20
"debug" : " *" ,
21
21
"generator-supported" : " ~0.0.1" ,
22
- "graceful-fs" : " ^2.0.1 " ,
23
- "mkdirp" : " ~ 0.3.5" ,
22
+ "graceful-fs" : " ^2.0.3 " ,
23
+ "mkdirp" : " ^ 0.3.5" ,
24
24
"requires" : " ^1.0.0" ,
25
25
"syntax-error" : " ^1.1.1"
26
26
},
You can’t perform that action at this time.
0 commit comments