0.2.3 • Published 7 years ago

package-directory v0.2.3

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

package-directory

Lets you configure the path where local dependencies are installed. In NPM, the default is node_modules. Behaves similar to the .bowerrc "directory" property. Compatible to POSIX-compliant systems.

Installation

Install this package using NPM:

npm install package-directory --save

Configuration

Add a "directory" to your package.json configuration as follows:

{
  "directory": "dist/modules"
}

Node modules will be placed in dist/modules relative to your package root.

License

MIT © 2016 Filip Dalüge (see license)

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago