2.1.0 • Published 9 years ago

bundled-dependencies v2.1.0

Weekly downloads
1,534
License
ISC
Repository
-
Last release
9 years ago

BundledDependencies

Auto generate your bundledDependencies

Install

npm install bundled-dependencies

Usage

In a directory with a package.json file just type:

bundled-dependencies

Takes a package.json file, looks at the dependencies object and adds each item it to the bundledDependencies array.

To use it I just create a file containing:

require('bundled-dependencies')('./package.json');

I then call that file from my CI, run my tests, assuming the tests pass then run NPM pack and all the dependencies will be included in the generated package file.

2.1.0

9 years ago

2.0.0

9 years ago

1.1.0

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.1

10 years ago

1.0.0

10 years ago