Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cowboy/node-npm-issue-3958-workaround
An attempt to work around npm issue 3958
https://github.com/cowboy/node-npm-issue-3958-workaround
Last synced: 30 days ago
JSON representation
An attempt to work around npm issue 3958
- Host: GitHub
- URL: https://github.com/cowboy/node-npm-issue-3958-workaround
- Owner: cowboy
- License: mit
- Created: 2013-12-18T17:03:54.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-18T17:11:28.000Z (about 11 years ago)
- Last Synced: 2024-11-18T22:52:39.019Z (about 1 month ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# npm-issue-3958-workaround
[![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/)["An attempt to work around npm issue 3958"](https://github.com/isaacs/npm/issues/3958)
## Documentation
Add `npm-issue-3958-workaround` to your project's `package.json` file like so:
* Under `devDependencies`.
* As an `install` script.```json
{
"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](http://gruntjs.com/).## License
Copyright (c) 2013 "Cowboy" Ben Alman
Licensed under the MIT license.