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.
2 parents b2ab65f + a088795 commit d66a91dCopy full SHA for d66a91d
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "ember-radio-button",
3
- "version": "0.0.0",
4
- "description": "The default blueprint for ember-cli addons.",
+ "version": "2.0.0",
+ "description": "This addon provides a RadioButton component",
5
"keywords": [
6
"ember-addon"
7
],
@@ -67,12 +67,16 @@
67
"qunit-dom": "^1.6.0"
68
},
69
"engines": {
70
- "node": "10.* || >= 12"
+ "node": "14.* || >= 16"
71
72
"ember": {
73
"edition": "octane"
74
75
"ember-addon": {
76
"configPath": "tests/dummy/config"
77
+ },
78
+ "volta": {
79
+ "node": "14.19.3",
80
+ "yarn": "1.22.18"
81
}
82
0 commit comments