Comparing version 2.0.0 to 2.0.1
# layout changelog | ||
2.0.1 - Dropped `grunt`, updated README | ||
2.0.0 - Added option to allow skipping, altered custom algorithm signature | ||
@@ -3,0 +5,0 @@ |
{ | ||
"name": "layout", | ||
"description": "Organize and layout items based on various algorithms", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"homepage": "https://github.com/twolfson/layout", | ||
@@ -26,9 +26,11 @@ "author": { | ||
"engines": { | ||
"node": ">= 0.6.0" | ||
"node": ">= 0.8.0" | ||
}, | ||
"scripts": { | ||
"test": "grunt test" | ||
"lint": "jshint lib/ test/", | ||
"test": "npm run lint && nodeunit test/" | ||
}, | ||
"devDependencies": { | ||
"grunt": "~0.3.12" | ||
"jshint": "~2.5.10", | ||
"nodeunit": "~0.9.0" | ||
}, | ||
@@ -35,0 +37,0 @@ "keywords": [ |
@@ -8,3 +8,3 @@ # layout [![Build status](https://travis-ci.org/twolfson/layout.png?branch=master)](https://travis-ci.org/twolfson/layout) | ||
```javascript | ||
```js | ||
// Load in layout | ||
@@ -94,14 +94,14 @@ var layout = require('layout'); | ||
## 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](https://github.com/cowboy/grunt). | ||
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint via `npm run lint` and test via `npm test`. | ||
## Donating | ||
Support this project and [others by twolfson][gittip] via [gittip][]. | ||
Support this project and [others by twolfson][gratipay] via [gratipay][]. | ||
[![Support via Gittip][gittip-badge]][gittip] | ||
[![Support via Gratipay][gratipay-badge]][gratipay] | ||
[gittip-badge]: https://rawgithub.com/twolfson/gittip-badge/master/dist/gittip.png | ||
[gittip]: https://www.gittip.com/twolfson/ | ||
[gratipay-badge]: https://cdn.rawgit.com/gratipay/gratipay-badge/2.x.x/dist/gratipay.png | ||
[gratipay]: https://www.gratipay.com/twolfson/ | ||
## License | ||
Copyright (c) 2012 Todd Wolfson | ||
Copyright (c) 2012-2014 Todd Wolfson | ||
Licensed under the MIT license. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22859
2
464