Skip to content

Commit

Permalink
Remove copied package.json portions, use minimal info necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
stacey-gammon committed Apr 12, 2017
1 parent dd98d39 commit 1c966df
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions packages/custom-eslint-rules/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,5 @@
{
"name": "eslint-plugin-kibana-custom",
"version": "1.0.0",
"description": "Custom kibana rules",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin"
],
"author": "Stacey",
"main": "index.js",
"dependencies": {
"requireindex": "~1.1.0"
},
"devDependencies": {
"eslint": "~3.9.1",
"mocha": "^3.1.2"
},
"engines": {
"node": ">=0.10.0"
},
"license": "ISC"
"description": "Custom ESLint rules for Kibana"
}

0 comments on commit 1c966df

Please sign in to comment.