Skip to content

Commit

Permalink
Normalize package and LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
timkurvers committed Dec 27, 2017
1 parent 6f59478 commit b5afeeb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 17 deletions.
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
fallenoak (https://github.com/fallenoak)
timkurvers (https://github.com/timkurvers)
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2016
Copyright (c) 2016-2017 Wowser Contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
19 changes: 3 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,19 @@
"name": "eslint-config-wowser-base",
"version": "0.2.0",
"description": "Base ESLint configuration for Wowser",
"author": "Wowser Contributors",
"repository": "github:wowserhq/eslint-config-wowser-base",
"license": "MIT",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"list-rules": "eslint-find-rules --current ./index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/wowserhq/eslint-config-wowser-base"
},
"keywords": [
"eslint",
"eslintconfig",
"wowser"
],
"author": "Tim Kurvers <[email protected]>",
"contributors": [
{
"name": "fallenoak",
"url": "https://twitter.com/fallenoak"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/wowserhq/eslint-config-wowser-base/issues"
},
"homepage": "https://github.com/wowserhq/eslint-config-wowser-base",
"devDependencies": {
"eslint": "^4.0.0",
"eslint-find-rules": "^3.1.0",
Expand Down

0 comments on commit b5afeeb

Please sign in to comment.