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
Copy file name to clipboardexpand all lines: Readme.md
+12
Original file line number
Diff line number
Diff line change
@@ -249,3 +249,15 @@ Currently testing on Travis CI against:
249
249
+ nodejs `0.12`
250
250
+ nodejs `0.11`
251
251
+ nodejs `0.10`
252
+
253
+
# Contributing
254
+
255
+
When contributing, keep in mind that it is an objective of `deep-diff` to have no package dependencies. This may change in the future, but for now, no-dependencies.
256
+
257
+
As of release 0.3.5, all edits/changes should be made to `index.es.js`. You must run the unit tests before submitting your PR: `npm test`. Hopefully your PR includes additional unit tests to illustrate your change/modification!
258
+
259
+
When you run `npm test`, linting will be performed and `index.js` will be built from `index.es.js`. Any linting errors will fail the tests... this includes code formatting.
260
+
261
+
This module still uses `jshint` but the plan is to switch to `eslint` very soon as I have done in several of my other modules.
262
+
263
+
**Thanks to all those who have contributed so far!**
0 commit comments