Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 01b06a4

Browse filesBrowse files
Release 1.2.1
1 parent 6d978ff commit 01b06a4
Copy full SHA for 01b06a4

File tree

Expand file treeCollapse file tree

2 files changed

+11
-7
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+11
-7
lines changed

‎HISTORY.md

Copy file name to clipboardExpand all lines: HISTORY.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.2.1 / 2015-03-09
2+
==================
3+
* remove builder-es6-module-to-cjs as devDependency
4+
15
1.2.0 / 2014-12-19
26
==================
37
* refactor require lookups
@@ -7,7 +11,7 @@
711
1.1.13 / 2014-09-27
812
==================
913
* 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)
1115
* fix [file lookup of locals without file extension](https://github.com/componentjs/builder2.js/pull/82)
1216
* merge [Export AMD module with given external name, not with internal (canonical)](https://github.com/componentjs/builder2.js/pull/83)
1317

@@ -29,7 +33,7 @@
2933
==================
3034

3135
* 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
3337

3438
1.1.9 / 2014-07-17
3539
==================

‎package.json

Copy file name to clipboardExpand all lines: package.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "component-builder",
33
"description": "builder for component",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"author": {
66
"name": "Jonathan Ong",
77
"email": "me@jongleberry.com",
@@ -12,15 +12,15 @@
1212
"repository": "component/builder2.js",
1313
"dependencies": {
1414
"chanel": "^2.0.0",
15-
"co": "^3.0.2",
15+
"co": "^3.1.0",
1616
"component-flatten": "^1.0.1",
1717
"component-manifest": "^1.0.0",
1818
"component-require2": "^1.0.1",
19-
"cp": "~0.1.1",
19+
"cp": "^0.1.1",
2020
"debug": "*",
2121
"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",
2424
"requires": "^1.0.0",
2525
"syntax-error": "^1.1.1"
2626
},

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.