Skip to content

Commit

Permalink
Bug AOEpeople#4, Fix browser & respository fields in package JSON…
Browse files Browse the repository at this point in the history
… [ci skip]

* Add `files`, bugs, engines  & contributors fields to package JSON;
* Remove Nick's email address from README & bower JSON;
* Validator ~ http://package-json-validator.com/
  • Loading branch information
nfreear committed Jun 2, 2018
1 parent 66968fe commit bdfd8d8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ For example:
Alessandro Benoit

#### Contributors
[Bernhard Behrendt](mailto:bernhard.behrendt@aoe.com) [@AOEpeople](https://github.com/AOEpeople)
[Nick Freear](mailto:nfreear@yahoo.co.uk) [IET at the OU](https://github.com/IET-OU)
[Bernhard Behrendt](mailto:bernhard.behrendt@aoe.com) [@AOEpeople](https://github.com/AOEpeople),
[Nick Freear](https://github.com/nfreear) [IET at the OU](https://github.com/IET-OU)

### License

Expand Down
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"authors": [
"Alessandro Benoit <micc83@gmail.com>",
"Bernhard Behrendt <bernhard.behrendt@aoe.com>",
"Nick Freear<nfreear@yahoo.co.uk>"
"Nick Freear"
],
"description": "A very simple script to easily add the European Cookie Law disclaimer to any website.",
"keywords": [
Expand All @@ -22,6 +22,7 @@
".gitignore",
".gitattributes",
".editorconfig",
".travis.yml",
"index.html",
"node_modules",
"bower_components",
Expand Down
16 changes: 14 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.1.11",
"description": "Show a widely configurable notice for European cookie law",
"main": "gruntfile.js",
"browser": "dist/cookie-notice.js",
"browser": "dist/cookie.notice.js",
"scripts": {
"test": "grunt"
},
Expand All @@ -15,6 +15,10 @@
"vanilla"
],
"author": "Alessandro Benoit, Bernhard Behrendt",
"contributors": [
{ "name": "Bernhard Behrendt" },
{ "name": "Nick Freear" }
],
"license": "MIT",
"devDependencies": {
"grunt": "^1.0.2",
Expand All @@ -27,8 +31,16 @@
"phantomjs-prebuilt": "^2.1.16",
"qunit": "^2.6.1"
},
"engines" : {
"node" : ">=6.0"
},
"files": [
"dist/",
"src/"
],
"bugs": "https://github.com/AOEpeople/cookie-notice/issues",
"repository": {
"type": "git",
"url": "https://github.com/AOEpeople/cookie-notice-js"
"url": "https://github.com/AOEpeople/cookie-notice"
}
}

0 comments on commit bdfd8d8

Please sign in to comment.