Skip to content

Commit 8289246

Browse files
Refine information in package.json+ update year & company in LICENSE (#40)
* chore: remove entry `directories` * chore: refine entry `author` * chore: add entry `homepage` * chore: add entry `bugs` * chore: refine entry `keywords` * chore: sort entries * chore: update year & company in LICENSE
1 parent 22e7851 commit 8289246

File tree

2 files changed

+26
-15
lines changed

2 files changed

+26
-15
lines changed

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016
3+
Copyright (c) 2021 PeopleDoc
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in
66
the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of

package.json

+25-14
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,33 @@
11
{
22
"name": "ember-cli-deploy-index-json",
3-
"version": "0.0.0",
43
"description": "An Ember CLI Deploy plugin to generate a JSON index file of a build",
5-
"directories": {
6-
"doc": "doc",
7-
"test": "tests"
4+
"version": "0.0.0",
5+
"license": "MIT",
6+
"author": {
7+
"name": "PeopleDoc",
8+
"url": "https://github.com/peopledoc"
89
},
10+
"homepage": "https://github.com/peopledoc/ember-cli-deploy-index-json",
11+
"repository": "https://github.com/peopledoc/ember-cli-deploy-index-json",
12+
"bugs": "https://github.com/peopledoc/ember-cli-deploy-index-json/issues",
13+
"keywords": [
14+
"addon",
15+
"add-on",
16+
"deploy",
17+
"deployment",
18+
"ember",
19+
"emberjs",
20+
"ember-addon",
21+
"ember-cli-deploy-plugin",
22+
"ember-cli-deploy-s3-index",
23+
"html",
24+
"json",
25+
"manifest"
26+
],
927
"scripts": {
1028
"test": "node tests/runner.js && ./node_modules/.bin/eslint index.js tests/**/*.js",
1129
"lint": "eslint ."
1230
},
13-
"repository": "https://github.com/peopledoc/ember-cli-deploy-index-json",
14-
"engines": {
15-
"node": ">= 4"
16-
},
17-
"author": "The Peopledoc JS Team",
18-
"license": "MIT",
1931
"dependencies": {
2032
"babel-eslint": "^10.1.0",
2133
"ember-cli-deploy-plugin": "^0.2.9",
@@ -32,8 +44,7 @@
3244
"glob": "^7.1.1",
3345
"mocha": "^3.2.0"
3446
},
35-
"keywords": [
36-
"ember-addon",
37-
"ember-cli-deploy-plugin"
38-
]
47+
"engines": {
48+
"node": ">= 4"
49+
}
3950
}

0 commit comments

Comments
 (0)