Skip to content

Commit 03b2aad

Browse files
committed
Bump version and rename to 'componentsjs'
1 parent 4be95ca commit 03b2aad

File tree

3 files changed

+362
-56
lines changed

3 files changed

+362
-56
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
_A semantic dependency injection framework_
44

55
[![Build Status](https://travis-ci.org/LinkedSoftwareDependencies/Components.js.svg?branch=master)](https://travis-ci.org/LinkedSoftwareDependencies/Components.js)
6-
[![npm version](https://badge.fury.io/js/lsd-components.svg)](https://www.npmjs.com/package/lsd-components)
6+
[![npm version](https://badge.fury.io/js/componentsjs.svg)](https://www.npmjs.com/package/componentsjs)
77

88
This repository contains the source code of Components.js.
99
Full documentation on its usage can be found at http://componentsjs.readthedocs.io/.
@@ -23,7 +23,7 @@ This software is aimed for developers who want to build _modular_ and _easily co
2323

2424
Components.js can be installed using npm:
2525
```bash
26-
$ [sudo] npm install lsd-components
26+
$ [sudo] npm install componentsjs
2727
```
2828

2929
#### 1. Define your module and its components
@@ -82,7 +82,7 @@ This configuration is a semantic representation of the instantiation of `MyCompo
8282

8383
```javascript
8484
...
85-
const Loader = require('lsd-components').Loader;
85+
const Loader = require('componentsjs').Loader;
8686

8787
const loader = new Loader();
8888
await loader.registerModuleResourcesUrl('path/or/url/to/my-module.jsonld');

0 commit comments

Comments
 (0)