Skip to content

Commit

Permalink
chore(deps): add @ember-decorators/utils and /babel-transforms
Browse files Browse the repository at this point in the history
  • Loading branch information
buschtoens authored and dfreeman committed Sep 11, 2018
1 parent 1efdee2 commit 2ed3686
Show file tree
Hide file tree
Showing 3 changed files with 221 additions and 121 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
@@ -1,5 +1,6 @@
module.exports = {
root: true,
parser: 'babel-eslint',
parserOptions: {
ecmaVersion: 2017,
sourceType: 'module'
Expand Down
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -19,8 +19,10 @@
},
"homepage": "https://github.com/salsify/ember-css-modules#readme",
"devDependencies": {
"@ember-decorators/babel-transforms": "^2.0.1",
"@ember/optional-features": "^0.6.3",
"broccoli-plugin": "^1.3.1",
"babel-eslint": "^8.2.5",
"console-ui": "^2.2.2",
"dummy-addon": "link:tests/dummy-addon",
"dummy-less-addon": "link:tests/dummy-less-addon",
Expand Down Expand Up @@ -69,6 +71,7 @@
"license": "MIT",
"author": "Dan Freeman",
"dependencies": {
"@ember-decorators/utils": "^2.1.0",
"broccoli-concat": "^3.2.2",
"broccoli-css-modules": "^0.6.2",
"broccoli-funnel": "^2.0.1",
Expand Down

0 comments on commit 2ed3686

Please sign in to comment.