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 71e3b2f commit e6e469aCopy full SHA for e6e469a
app/initializers/html5-validation.js
@@ -0,0 +1,8 @@
1
+import 'ember-cli-html5-validation/ext/checkbox';
2
+import 'ember-cli-html5-validation/ext/text-area';
3
+import 'ember-cli-html5-validation/ext/text-field';
4
+
5
+export default {
6
+ name: 'ember-cli-html5-validation',
7
+ initialize: function() {}
8
+};
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-cli-html5-validation",
- "version": "0.1.0",
+ "version": "0.1.2",
"description": "The default blueprint for ember-cli addons.",
"directories": {
"doc": "doc",
0 commit comments