Skip to content

Commit

Permalink
Merge pull request #51 from stevemao/travis
Browse files Browse the repository at this point in the history
Tweak package.json
  • Loading branch information
stevemao committed Jul 2, 2016
2 parents 4cb1bb5 + 9ab3d9d commit 16f13d9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "eslint-plugin-you-dont-need-lodash-underscore",
"version": "4.0.1",
"description": "Lists of methods which you can use natively",
"description": "Check methods you can use natively without lodash/underscore",
"repository": {
"type": "git",
"url": "https://github.com/cht8687/You-Dont-Need-Lodash-Underscore.git"
Expand All @@ -11,11 +11,13 @@
"lodash",
"eslint",
"eslintplugin",
"eslint-plugin"
"eslint-plugin",
"native"
],
"author": "Robert Chang <cht8687@gmail.com>",
"contributors": [
"Patrick McElhaney <pmcelhaney@gmail.com> (http://patrickmcelhaney.com)"
"Patrick McElhaney <pmcelhaney@gmail.com> (http://patrickmcelhaney.com)",
"Steve Mao <maochenyan@gmail.com> (https://github.com/stevemao)"
],
"main": "lib/index.js",
"scripts": {
Expand Down

1 comment on commit 16f13d9

@cht8687
Copy link
Member

@cht8687 cht8687 commented on 16f13d9 Jul 2, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.