-
- Downloads
fix CI - move all dependencies under one umbrella
... | ... | @@ -22,7 +22,7 @@ |
"test": "npm-run-all lint test:*", | ||
"test:ember": "ember test" | ||
}, | ||
"devDependencies": { | ||
"dependencies": { | ||
"@ember/optional-features": "^2.0.0", | ||
"@ember/test-helpers": "^2.4.2", | ||
"@glimmer/component": "^1.0.4", | ||
... | ... | @@ -65,7 +65,10 @@ |
"prettier": "^2.3.2", | ||
"qunit": "^2.16.0", | ||
"qunit-dom": "^1.6.0", | ||
"sass": "^1.42.1" | ||
"sass": "^1.42.1", | ||
"@fortawesome/fontawesome-free": "^5.15.4", | ||
"@popperjs/core": "^2.10.2", | ||
"ember-bootstrap-icons": "0.0.1" | ||
}, | ||
"engines": { | ||
"node": "12.* || 14.* || >= 16" | ||
... | ... | @@ -73,9 +76,4 @@ |
"ember": { | ||
"edition": "octane" | ||
}, | ||
"dependencies": { | ||
"@fortawesome/fontawesome-free": "^5.15.4", | ||
"@popperjs/core": "^2.10.2", | ||
"ember-bootstrap-icons": "0.0.1" | ||
} | ||
} |
Please register or sign in to comment