Skip to content

Commit

Permalink
Merge pull request #73 from Turbo87/remove-deps
Browse files Browse the repository at this point in the history
Remove unused dependencies
  • Loading branch information
Turbo87 committed Nov 29, 2018
2 parents d43ef04 + af7c92f commit 8a61c82
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 597 deletions.
5 changes: 0 additions & 5 deletions .template-lintrc.js

This file was deleted.

1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -30,7 +30,6 @@ jobs:
- stage: "Tests"
name: "Tests"
script:
- npm run lint:hbs
- npm run lint:js
- npm test

Expand Down
11 changes: 1 addition & 10 deletions package.json
Expand Up @@ -30,7 +30,6 @@
},
"scripts": {
"build": "ember build",
"lint:hbs": "ember-template-lint .",
"lint:js": "eslint .",
"start": "ember serve",
"test": "ember test",
Expand All @@ -41,20 +40,13 @@
},
"devDependencies": {
"@ember/optional-features": "^0.7.0",
"broccoli-asset-rev": "^3.0.0",
"ember-ajax": "^3.1.0",
"ember-cli": "~3.5.0",
"ember-cli-dependency-checker": "^3.0.0",
"ember-cli-eslint": "^4.2.3",
"ember-cli-htmlbars": "^3.0.0",
"ember-cli-htmlbars-inline-precompile": "^1.0.3",
"ember-cli-inject-live-reload": "^2.0.1",
"ember-cli-sri": "^2.1.1",
"ember-cli-template-lint": "^1.0.0-beta.1",
"ember-cli-uglify": "^2.1.0",
"ember-data": "^2.17.0",
"ember-disable-prototype-extensions": "^1.1.3",
"ember-export-application-global": "^2.0.0",
"ember-maybe-import-regenerator": "^0.1.6",
"ember-qunit": "^4.1.2",
"ember-resolver": "^5.0.1",
Expand All @@ -64,8 +56,7 @@
"eslint-plugin-ember": "^5.2.0",
"eslint-plugin-node": "^8.0.0",
"lerna-changelog": "^0.8.2",
"loader.js": "^4.7.0",
"qunit-dom": "^0.8.0"
"loader.js": "^4.7.0"
},
"ember-addon": {
"configPath": "tests/dummy/config"
Expand Down

0 comments on commit 8a61c82

Please sign in to comment.