Update module name

This commit is contained in:
Raymond Feng 2014-07-01 08:54:56 -07:00
parent 60d17d87ff
commit 0cae4d4f38
4 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
Copyright (c) 2013-2014 StrongLoop, Inc.
loopback-storage-service uses a 'dual license' model. Users may use
loopback-storage-service under the terms of the Artistic 2.0 license, or under
loopback-component-storage uses a 'dual license' model. Users may use
loopback-component-storage under the terms of the Artistic 2.0 license, or under
the StrongLoop License. The text of both is included below.
Artistic License 2.0

View File

@ -1,4 +1,4 @@
# loopback-storage-service
# loopback-component-storage
LoopBack storage service provides Node.js and REST APIs to manage binary contents
using pluggable storage providers, such as local file systems, Amazon S3, or
@ -13,13 +13,13 @@ storage services including:
The binary artifacts are organized with containers and files. A container is the
collection of files. Each file will belong to a container.
## Define a model with the loopback-storage-service connector
## Define a model with the loopback-component-storage connector
LoopBack exposes the APIs using a model that is attached to a data source configured
with the loopback-storage-service connector.
with the loopback-component-storage connector.
var ds = loopback.createDataSource({
connector: require('loopback-storage-service'),
connector: require('loopback-component-storage'),
provider: 'filesystem',
root: path.join(__dirname, 'storage')
});

View File

@ -45,7 +45,7 @@
<div class="navbar navbar-default">
<div class="navbar-header">
<a class="navbar-brand"
href="https://github.com/strongloop/loopback-storage-service">LoopBack
href="https://github.com/strongloop/loopback-component-storage">LoopBack
Storage Service</a>
</div>
</div>

View File

@ -1,5 +1,5 @@
{
"name": "loopback-storage-service",
"name": "loopback-component-storage",
"description": "Loopback Storage Service",
"version": "1.0.4",
"main": "index.js",
@ -20,7 +20,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-storage-service.git"
"url": "https://github.com/strongloop/loopback-component-storage.git"
},
"license": {
"name": "Dual Artistic-2.0/StrongLoop",