Skip to content

Commit

Permalink
cleanup devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Ford committed May 16, 2016
1 parent 5c12011 commit 13c3c60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"forin": false,
"immed": false,
"laxbreak": false,
"multistr": true,
"newcap": true,
"noarg": true,
"noempty": false,
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@
"license": "MIT",
"devDependencies": {
"broccoli-asset-rev": "^2.2.0",
"broccoli-stew": "^1.2.0",
"ember-cli": "2.3.0",
"ember-cli-app-version": "^1.0.0",
"ember-cli-dependency-checker": "^1.2.0",
"ember-cli-deploy": "0.5.1",
"ember-cli-deploy-build": "0.1.0",
"ember-cli-deploy-git": "0.1.0",
"ember-cli-github-pages": "0.0.8",
"ember-cli-htmlbars-inline-precompile": "^0.3.1",
"ember-cli-inject-live-reload": "^1.3.1",
"ember-cli-qunit": "^1.2.1",
Expand All @@ -50,7 +48,9 @@
"dependencies": {
"ember-cli-babel": "^5.1.5",
"ember-cli-htmlbars": "^1.0.1",
"layout-bin-packer": "^1.2.0"
"layout-bin-packer": "^1.2.0",
"broccoli-stew": "^1.2.0",
"ember-cli-github-pages": "0.0.8"
},
"ember-addon": {
"configPath": "tests/dummy/config",
Expand Down
2 changes: 0 additions & 2 deletions tests/dummy/config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ module.exports = function(environment) {
}

if (environment === 'production') {
ENV.locationType = 'hash';
ENV.baseURL = '/ember-collection/';
ENV.baseURL = '/ember-collection';
ENV.locationType = 'hash';
}
Expand Down

0 comments on commit 13c3c60

Please sign in to comment.