Skip to content

Commit 55c1598

Browse files
committed
chore(package.json): modify some parameters to provide more accurate information.
See https://docs.npmjs.com/files/package.json Addressed to #1060
1 parent 1dc70fd commit 55c1598

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

src/main/frontend/package.json

+9-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mystamps-frontend",
33
"version": "0.0.4",
44
"description": "Frontend of https://my-stamps.ru",
5-
"main": "index.js",
5+
"private": true,
66
"dependencies": {},
77
"devDependencies": {
88
"babel-cli": "^6.26.0",
@@ -15,15 +15,20 @@
1515
},
1616
"repository": {
1717
"type": "git",
18-
"url": "git+https://github.com/php-coder/mystamps.git"
18+
"url": "https://github.com/php-coder/mystamps.git",
19+
"directory": "src/main/frontend"
1920
},
2021
"keywords": [
2122
"mystamps"
2223
],
23-
"author": "Slava Semushin",
24+
"author": {
25+
"name": "Slava Semushin",
26+
"email": "[email protected]"
27+
},
2428
"license": "GPL-2.0",
2529
"bugs": {
26-
"url": "https://github.com/php-coder/mystamps/issues"
30+
"url": "https://github.com/php-coder/mystamps/issues",
31+
"email": "[email protected]"
2732
},
2833
"homepage": "https://github.com/php-coder/mystamps#readme",
2934
"babel": {

0 commit comments

Comments
 (0)