From e0029bcf629f42fb910f613a4930b6d827d48530 Mon Sep 17 00:00:00 2001 From: Mike McNeil Date: Wed, 2 Nov 2016 13:22:20 -0500 Subject: [PATCH] Learning how to spell maintenance --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f014aef..71a3dec 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @sailshq/lodash -A fork of Lodash 3.10.x with ongoing maintainence from the Sails core team. +A fork of Lodash 3.10.x with ongoing maintenance from the Sails core team. This repo will only be updated when there are immediate, material issues affecting expected usage, like [this one](https://github.com/lodash/lodash/issues/2768). Our goal is to diverge as little as possible, and to encourage the use of Lodash 4 and above whenever possible. This repo is really just for us, and anyone else who really likes Lodash 3 exactly the way it is. diff --git a/package.json b/package.json index f68d434..2293640 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@sailshq/lodash", "version": "3.10.1", - "description": "A fork of Lodash 3.10.x with ongoing maintainence from the Sails core team.", + "description": "A fork of Lodash 3.10.x with ongoing maintenance from the Sails core team.", "main": "lib/index.js", "dependencies": {}, "devDependencies": {},