Fix typo in package.json (publishConfig)

This commit is contained in:
Miroslav Bajtoš 2016-01-19 14:49:23 +01:00
parent 27c9e263e0
commit e06bd1a8b0
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"name": "loopback",
"version": "3.0.0-alpha.1",
"pubishConfig": {
"publishConfig": {
"tag": "next"
},
"description": "LoopBack: Open Source Framework for Node.js",