Skip to content

Commit

Permalink
fix: remove un-needed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Nov 11, 2018
1 parent c3ead6a commit 0771e06
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .template-lintrc.js

This file was deleted.

12 changes: 9 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,15 @@ jobs:

- stage: 'Tests'
name: 'Tests'
install:
- yarn install --non-interactive
script:
- yarn lint:js
- yarn test
- yarn lint:ts
- ember test

- name: 'Floating Dependencies'
script:
- ember test

# we recommend new addons test the current and previous LTS
# as well as latest stable release (bonus points to beta/canary)
Expand All @@ -44,7 +50,7 @@ jobs:
- env: EMBER_TRY_SCENARIO=ember-default-with-jquery
- stage: 'Canary Tests'
script:
- yarn test
- node_modules/.bin/ember try:one $EMBER_TRY_SCENARIO
env: EMBER_TRY_SCENARIO=ember-canary

before_install:
Expand Down
9 changes: 0 additions & 9 deletions lodash.sublime-project

This file was deleted.

4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,11 @@
"@commitlint/travis-cli": "7.2.1",
"broccoli-asset-rev": "^2.4.6",
"ember-cli": "^3.5.0",
"ember-cli-changelog": "0.3.4",
"ember-cli-dependency-checker": "^3.0.0",
"ember-cli-eslint": "^5.0.0",
"ember-cli-htmlbars": "^2.0.1",
"ember-cli-inject-live-reload": "^2.0.1",
"ember-cli-qunit": "^4.0.0",
"ember-cli-release": "1.0.0-beta.2",
"ember-cli-shims": "^1.1.0",
"ember-cli-sri": "^2.1.0",
"ember-cli-test-loader": "^2.1.0",
Expand All @@ -63,9 +61,7 @@
"ember-source-channel-url": "^1.1.0",
"ember-try": "^1.1.0",
"eslint-plugin-ember": "^5.0.0",
"eslint-plugin-ember-suave": "^1.0.0",
"eslint-plugin-node": "^8.0.0",
"greenkeeper-lockfile": "^1.2.1",
"loader.js": "^4.2.3"
},
"optionalDependencies": {
Expand Down

0 comments on commit 0771e06

Please sign in to comment.