npm-issue-3958-workaround

0.1.0 • Public • Published

npm-issue-3958-workaround

Built with Grunt

"An attempt to work around npm issue 3958"

Documentation

Add npm-issue-3958-workaround to your project's package.json file like so:

  • Under devDependencies.
  • As an install script.
{
  "name": "your-project",
  "version": "1.2.3",
  "scripts": {
    "install": "npm-issue-3958-workaround"
  },
  "devDependencies": {
    "npm-issue-3958-workaround": "~0.1.0",
    "something-that-lists-your-project-as-a-peerdependency": "*"
  }
}

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

License

Copyright (c) 2013 "Cowboy" Ben Alman
Licensed under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i npm-issue-3958-workaround

Weekly Downloads

1

Version

0.1.0

License

none

Last publish

Collaborators

  • cowboy