diff --git a/lib/application.js b/lib/application.js index 57acb1b95c..e9053c376c 100644 --- a/lib/application.js +++ b/lib/application.js @@ -1,5 +1,5 @@ const debug = require('debug')('feathers:application'); -const { stripSlashes } = require('feathers-commons'); +const { stripSlashes } = require('@feathersjs/commons'); const Uberproto = require('uberproto'); const events = require('./events'); diff --git a/lib/hooks.js b/lib/hooks.js index 57576f5e58..dfa76c133b 100644 --- a/lib/hooks.js +++ b/lib/hooks.js @@ -2,7 +2,7 @@ const { hooks, validateArguments, isPromise -} = require('feathers-commons'); +} = require('@feathersjs/commons'); const { createHookObject, getHooks, processHooks, enableHooks, makeArguments diff --git a/package-lock.json b/package-lock.json index f1a2a880fd..b1d5d3f209 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "feathers", + "name": "@feathersjs/feathers", "version": "3.0.0-pre.1", "lockfileVersion": 1, "requires": true, diff --git a/package.json b/package.json index 8c5c5ae278..0a706ef9b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "feathers", - "description": "Build Better APIs, Faster than Ever.", + "name": "@feathersjs/feathers", + "description": "A REST and realtime API layer for modern applications.", "version": "3.0.0-pre.1", "homepage": "http://feathersjs.com", "repository": { @@ -14,11 +14,11 @@ "realtime" ], "main": "lib/index", - "author": "Feathers (http://feathersjs.com)", - "contributors": [ - "Eric Kryski (http://erickryski.com)", - "David Luecke (http://neyeon.com)" - ], + "author": { + "name": "Feathers contributor", + "email": "hello@feathersjs.com", + "url": "https://feathersjs.com" + }, "license": "MIT", "bugs": { "url": "https://github.com/feathersjs/feathers/issues" diff --git a/readme.md b/readme.md index 6e4b425002..a33806e49d 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ Feathers logo -## An open source REST and realtime API layer for modern applications. +## A REST and realtime API layer for modern applications. [![Greenkeeper badge](https://badges.greenkeeper.io/feathersjs/feathers.svg)](https://greenkeeper.io/)