Skip to content

Commit

Permalink
chore(package.json): modify some parameters to provide more accurate …
Browse files Browse the repository at this point in the history
…information.

See https://docs.npmjs.com/files/package.json

Addressed to #1060
  • Loading branch information
php-coder committed Jul 11, 2019
1 parent 1dc70fd commit 55c1598
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions src/main/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mystamps-frontend",
"version": "0.0.4",
"description": "Frontend of https://my-stamps.ru",
"main": "index.js",
"private": true,
"dependencies": {},
"devDependencies": {
"babel-cli": "^6.26.0",
Expand All @@ -15,15 +15,20 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/php-coder/mystamps.git"
"url": "https://github.com/php-coder/mystamps.git",
"directory": "src/main/frontend"
},
"keywords": [
"mystamps"
],
"author": "Slava Semushin",
"author": {
"name": "Slava Semushin",
"email": "[email protected]"
},
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/php-coder/mystamps/issues"
"url": "https://github.com/php-coder/mystamps/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/php-coder/mystamps#readme",
"babel": {
Expand Down

0 comments on commit 55c1598

Please sign in to comment.