Skip to content

mgonto/docs

 
 

Repository files navigation

Node version: 0.10.30 NPM version: 1.4.21

Development

Vagrant install production dependencies but not dev dependencies. Use this:

nave use 0.10.30
npm i

Installing or Updating dependencies

Do not update npm-shrinkwrap.json by hand

Use this procedure:


npm i foo@~1.2.3 --save
npm run shrinkwrap
make test

If you want verbose logs use:

make test TEST_DEBUG_LEVEL=debug

Testing the shrinkwrap status

make test-shrinkwrap-status

Testing dependencies (node-security)

make test-sec-deps

About

Auth0 Documentation site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.5%
  • HTML 23.8%
  • CSS 15.3%
  • Other 0.4%