Skip to content

Commit

Permalink
ci: add repo url to the package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz committed Jun 26, 2020
1 parent 0e38880 commit 10e1d2b
Showing 1 changed file with 19 additions and 12 deletions.
31 changes: 19 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
"name": "@slynova/symfony-encore",
"version": "0.1.1",
"description": "Wrapper of Symfony Encore for AdonisJS",
"keywords": [
"adonis",
"adonisjs",
"frontend",
"webpack",
"assets",
"sass",
"scss",
"postcss",
"symfony",
"encore"
],
"main": "build/providers/EncoreProvider.js",
"files": [
"build/providers",
Expand All @@ -18,20 +30,15 @@
"prepublishOnly": "npm run build",
"release": "np"
},
"keywords": [
"adonis",
"adonisjs",
"frontend",
"webpack",
"assets",
"sass",
"scss",
"postcss",
"symfony",
"encore"
],
"author": "Romain Lanz <romain.lanz@slynova.ch>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Slynova-Org/symfony-encore.git"
},
"bugs": {
"url": "https://github.com/Slynova-Org/symfony-encore/issues"
},
"devDependencies": {
"@adonisjs/application": "^1.3.16",
"@adonisjs/core": "^5.0.0-preview-rc-1.9",
Expand Down

0 comments on commit 10e1d2b

Please sign in to comment.