Ghost/ghost/security
Daniel Lockyer 713cbd3cc4 Unpinned all dependencies
no issue

- this Utils repo contains libraries, whose dependencies should not be
  pinned in order to reduce multiple versions of the same package
  appearing for consumers
2021-04-16 13:06:54 +01:00
..
lib
test
.eslintrc.js
index.js
LICENSE 2021 2021-01-25 16:20:43 +00:00
package.json Unpinned all dependencies 2021-04-16 13:06:54 +01:00
README.md 2021 2021-01-25 16:20:43 +00:00

Security

Install

npm install @tryghost/security --save

or

yarn add @tryghost/security

Usage

Develop

This is a mono repository, managed with lerna.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Run

  • yarn dev

Test

  • yarn lint run just eslint
  • yarn test run lint and tests

Copyright & License

Copyright (c) 2013-2021 Ghost Foundation - Released under the MIT license.