Rename to loopback-context

Also change the npm version to 1.0.0, so that we don't have to modify
downstream loopback pull request after we make the first release.
This commit is contained in:
Miroslav Bajtoš 2016-07-29 09:16:11 +02:00
parent 63d031422d
commit c8daeb5587
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "loopback-context-cls",
"version": "1.0.0-1",
"name": "loopback-context",
"version": "1.0.0",
"description": "Current context for LoopBack applications, based on node-continuation-local-storage",
"keywords": [
"StrongLoop",
@ -9,7 +9,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-context-cls"
"url": "https://github.com/strongloop/loopback-context"
},
"main": "index.js",
"browser": "browser.js",