Skip to content

Commit

Permalink
Merge pull request #16 from simplabs/fix-package-json
Browse files Browse the repository at this point in the history
Remove duplicate repository field in package.json
  • Loading branch information
marcoow committed Apr 8, 2016
2 parents 3cf811a + bac182a commit a7428ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "ember-test-selectors",
"version": "0.0.2",
"description": "Enabling better Test selectors in Ember.js applications",
"repository": "https://github.com/simplabs/ember-test-selectors",
"directories": {
"doc": "doc",
"test": "tests"
Expand All @@ -11,7 +10,7 @@
"test": "ember try:testall",
"jshint": "mocha"
},
"repository": "",
"repository": "https://github.com/simplabs/ember-test-selectors",
"engines": {
"node": ">= 0.10.0"
},
Expand Down

0 comments on commit a7428ad

Please sign in to comment.