You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
behave in the same way - `callback` is invoked upon completion; if there was an error, it's passed as a parameter to `callback`.
215
215
216
216
## Supported Node.js versions
217
-
This project aims to support all Node.js LTS versions in the "active" phase (see [LTS README](https://github.com/nodejs/LTS/blob/master/README.md) for more details) as well as the latest stable Node.js. Today that means Node.js 0.12 & 4.x.
218
-
219
-
Because of the popularity of this package and Node.js 0.10, this version is temporarily supported as well.
217
+
This project aims to support all Node.js LTS versions in the "active" phase (see [LTS README](https://github.com/nodejs/LTS/blob/master/README.md) for more details) as well as the latest stable Node.js. Today that means Node.js 0.12, 4 & 5.
220
218
221
219
## Contributing
222
220
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 `npm test`.
Copy file name to clipboardExpand all lines: package.json
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "check-dependencies",
3
-
"version": "0.11.1-pre",
3
+
"version": "0.12.0-pre",
4
4
"description": "Checks if currently installed npm/bower dependencies are installed in the exact same versions that are specified in package.json/bower.json",
0 commit comments