Skip to content

Commit

Permalink
Update ember-cli to v2.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Feb 5, 2018
1 parent 40ca37c commit 124d273
Show file tree
Hide file tree
Showing 4 changed files with 149 additions and 755 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
.editorconfig
.ember-cli
.gitignore
.jshintrc
.eslintrc.js
.watchmanconfig
.travis.yml
bower.json
Expand Down
4 changes: 2 additions & 2 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

/* jshint node:true*/
/* global require, module */
/* eslint-env node */

const EmberAddon = require('ember-cli/lib/broccoli/ember-addon');

module.exports = function(defaults) {
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"@glimmer/syntax": "^0.29.1",
"broccoli-asset-rev": "^2.4.5",
"ember-ajax": "^2.4.1",
"ember-cli": "~2.11.0",
"ember-cli": "~2.12.3",
"ember-cli-babel": "^6.11.0",
"ember-cli-chai": "0.3.2",
"ember-cli-dependency-checker": "^1.3.0",
"ember-cli-eslint": "^3.0.2",
"ember-cli-eslint": "^3.0.0",
"ember-cli-htmlbars": "^1.1.1",
"ember-cli-htmlbars-inline-precompile": "^1.0.2",
"ember-cli-inject-live-reload": "^1.4.1",
Expand All @@ -44,11 +44,11 @@
"ember-export-application-global": "^1.0.5",
"ember-load-initializers": "^0.6.0",
"ember-resolver": "^2.0.3",
"ember-source": "~2.11.0",
"ember-source": "~2.12.0",
"ember-welcome-page": "^2.0.2",
"eslint-config-simplabs": "0.2.2",
"jest": "^21.2.0",
"loader.js": "^4.1.0"
"loader.js": "^4.2.3"
},
"engines": {
"node": ">= 4"
Expand Down
Loading

0 comments on commit 124d273

Please sign in to comment.