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 8e738f0 commit 6f0db53Copy full SHA for 6f0db53
package.json
@@ -55,5 +55,30 @@
55
"build": "npm install && grunt",
56
"start": "grunt watch",
57
"test": "grunt"
58
+ },
59
+ "commitplease": {
60
+ "components": [
61
+ "Docs",
62
+ "Tests",
63
+ "Build",
64
+ "Release",
65
+
66
+ "Core",
67
+ "Ajax",
68
+ "Attributes",
69
+ "Callbacks",
70
+ "CSS",
71
+ "Data",
72
+ "Deferred",
73
+ "Dimensions",
74
+ "Effects",
75
+ "Event",
76
+ "Manipulation",
77
+ "Offset",
78
+ "Queue",
79
+ "Selector",
80
+ "Serialize",
81
+ "Traversing"
82
+ ]
83
}
84
0 commit comments