Skip to content

Commit

Permalink
Merge pull request #2 from umitozturk/feature/install-ember-paper
Browse files Browse the repository at this point in the history
build(#1): add ember-paper addon to project
  • Loading branch information
umitozturk committed Jan 16, 2022
2 parents 18dbf1b + e9fab07 commit 290f413
Show file tree
Hide file tree
Showing 3 changed files with 11,910 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/styles/app.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'ember-paper';
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,15 @@
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-htmlbars": "^5.1.2",
"ember-cli-inject-live-reload": "^2.0.2",
"ember-cli-sass": "^10.0.1",
"ember-cli-sri": "^2.1.1",
"ember-cli-uglify": "^3.0.0",
"ember-data": "~3.19.0",
"ember-export-application-global": "^2.0.1",
"ember-fetch": "^8.0.1",
"ember-load-initializers": "^2.1.1",
"ember-maybe-import-regenerator": "^0.1.6",
"ember-paper": "^1.0.0-beta.35",
"ember-qunit": "^4.6.0",
"ember-resolver": "^8.0.0",
"ember-source": "~3.19.0",
Expand All @@ -49,7 +51,8 @@
"eslint-plugin-node": "^11.1.0",
"loader.js": "^4.7.0",
"npm-run-all": "^4.1.5",
"qunit-dom": "^1.2.0"
"qunit-dom": "^1.2.0",
"sass": "^1.48.0"
},
"engines": {
"node": "10.* || >= 12"
Expand Down
Loading

0 comments on commit 290f413

Please sign in to comment.