diff options
author | Richard Gibson <richard.gibson@gmail.com> | 2014-12-07 01:46:25 -0500 |
---|---|---|
committer | Richard Gibson <richard.gibson@gmail.com> | 2015-01-10 21:19:09 -0500 |
commit | 6f0db5319d71261d47157c0a9ac0a2749a7b3311 (patch) | |
tree | 3fc9434a8423d6d0148fc72af4542423413e5100 /package.json | |
parent | 8e738f0aa89ca333dac61a1d1d0c4964762464c1 (diff) | |
download | jquery-6f0db5319d71261d47157c0a9ac0a2749a7b3311.tar.gz jquery-6f0db5319d71261d47157c0a9ac0a2749a7b3311.zip |
Build: Specify valid components for commit messages
Closes gh-1909
(cherry picked from commit 0c9d018889944da3d60cac135dc38dfcc37ac14a)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/package.json b/package.json index fd267ad52..c4c61c201 100644 --- a/package.json +++ b/package.json @@ -55,5 +55,30 @@ "build": "npm install && grunt", "start": "grunt watch", "test": "grunt" + }, + "commitplease": { + "components": [ + "Docs", + "Tests", + "Build", + "Release", + + "Core", + "Ajax", + "Attributes", + "Callbacks", + "CSS", + "Data", + "Deferred", + "Dimensions", + "Effects", + "Event", + "Manipulation", + "Offset", + "Queue", + "Selector", + "Serialize", + "Traversing" + ] } } |