Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
Adding github details to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
the94air committed Oct 11, 2018
1 parent 7619f78 commit 5e2a06c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
"hot": "cross-env NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "cross-env NODE_ENV=production webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/the94air/larastrator.git"
},
"keywords": [
"larastrator",
"tailwindcss",
Expand Down Expand Up @@ -38,5 +42,9 @@
"@fortawesome/free-regular-svg-icons": "^5.3.1",
"@fortawesome/free-solid-svg-icons": "^5.3.1",
"@fortawesome/vue-fontawesome": "^0.1.1"
}
},
"bugs": {
"url": "https://github.com/the94air/larastrator/issues"
},
"homepage": "https://github.com/the94air/larastrator"
}

0 comments on commit 5e2a06c

Please sign in to comment.