Skip to content

Commit

Permalink
fix package.json (#85)
Browse files Browse the repository at this point in the history
greenkeeper should not be inside the ember-addon key obviously
  • Loading branch information
marcoow authored and Turbo87 committed Mar 27, 2017
1 parent dec45d3 commit c29677a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@
"configPath": "tests/dummy/config",
"versionCompatibility": {
"ember": ">=1.13"
},
"greenkeeper": {
"ignore": [
"babel-core",
"eslint-plugin-ember",
"eslint-plugin-qunit"
]
}
},
"greenkeeper": {
"ignore": [
"babel-core",
"eslint-plugin-ember",
"eslint-plugin-qunit"
]
}
}

0 comments on commit c29677a

Please sign in to comment.