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 fdeabb9

Browse filesBrowse files
committed
issue #63
1 parent 184a339 commit fdeabb9
Copy full SHA for fdeabb9

File tree

Expand file treeCollapse file tree

1 file changed

+4
-6
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-6
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+4-6Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,16 @@ You may be interested in:
2222

2323
## Installation
2424

25-
npm install --save-dev component-builder2
25+
npm install --save-dev component-builder
26+
27+
_NOTE_: Don't use the npm repo ~~[component-builder2](https://www.npmjs.org/package/component-builder2)~~ anymore. You get both versions [component/builder.js](https://github.com/component/builder.js) and [component/builder2.js](https://github.com/component/builder2.js) at this npm repo now: [component-builder](https://www.npmjs.org/package/component-builder)
2628

2729
## Example
2830

2931
```js
3032
var fs = require('fs');
3133
var resolve = require('component-resolver');
32-
var build = require('component-builder2');
34+
var build = require('component-builder');
3335

3436
// resolve the dependency tree
3537
resolve(process.cwd(), {
@@ -61,10 +63,6 @@ resolve(process.cwd(), {
6163
})
6264
```
6365

64-
You might also want more thorough examples:
65-
66-
- [simple-builder2-demo](http://github.com/mnmly/simple-builder2-demo): Simple demo that shows how to use plugins and build as bundles.
67-
6866
## Builders
6967

7068
There are three types of builders:

0 commit comments

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