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:11:50 -0500 |
commit | 0c9d018889944da3d60cac135dc38dfcc37ac14a (patch) | |
tree | 392f37df04ec1a0073c1051a96ecd36640abd91c /package.json | |
parent | b50e0f2c3651d64d40931a16733b015f56409c63 (diff) | |
download | jquery-0c9d018889944da3d60cac135dc38dfcc37ac14a.tar.gz jquery-0c9d018889944da3d60cac135dc38dfcc37ac14a.zip |
Build: Specify valid components for commit messages
Closes gh-1909
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 278251e07..39d3cde34 100644 --- a/package.json +++ b/package.json @@ -56,5 +56,30 @@ "build": "npm install && grunt", "start": "grunt watch", "test": "grunt test" + }, + "commitplease": { + "components": [ + "Docs", + "Tests", + "Build", + "Release", + + "Core", + "Ajax", + "Attributes", + "Callbacks", + "CSS", + "Data", + "Deferred", + "Dimensions", + "Effects", + "Event", + "Manipulation", + "Offset", + "Queue", + "Selector", + "Serialize", + "Traversing" + ] } } |