We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b50e0f2 commit 0c9d018Copy full SHA for 0c9d018
package.json
@@ -56,5 +56,30 @@
56
"build": "npm install && grunt",
57
"start": "grunt watch",
58
"test": "grunt test"
59
+ },
60
+ "commitplease": {
61
+ "components": [
62
+ "Docs",
63
+ "Tests",
64
+ "Build",
65
+ "Release",
66
+
67
+ "Core",
68
+ "Ajax",
69
+ "Attributes",
70
+ "Callbacks",
71
+ "CSS",
72
+ "Data",
73
+ "Deferred",
74
+ "Dimensions",
75
+ "Effects",
76
+ "Event",
77
+ "Manipulation",
78
+ "Offset",
79
+ "Queue",
80
+ "Selector",
81
+ "Serialize",
82
+ "Traversing"
83
+ ]
84
}
85
0 commit comments