Skip to content

Commit

Permalink
Update composer.json and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kutaloweb committed Feb 12, 2019
1 parent c86d4d7 commit b6736e9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
16 changes: 13 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
{
"name": "laravel/laravel",
"description": "The Laravel Framework.",
"keywords": ["framework", "laravel"],
"name": "spala/spala",
"description": "A modern lightweight CMS for Laravel and Vue developers",
"keywords": ["spala", "cms" ,"vue", "laravel"],
"license": "MIT",
"type": "project",
"support": {
"issues": "https://github.com/kutaloweb/spala/issues",
"source": "https://github.com/kutaloweb/spala"
},
"authors": [
{
"name": "Alexey Kutalo",
"email": "[email protected]"
}
],
"require": {
"php": "^7.1.3",
"barryvdh/laravel-ide-helper": "^2.4",
Expand Down
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"private": true,
"name": "spala",
"author": "Alexey Kutalo <[email protected]>",
"license": "MIT",
"description": "A modern lightweight CMS for Laravel and Vue developers",
"keywords": [
"spala", "cms" ,"vue", "laravel"
],
"repository": {
"type": "git",
"url": "https://github.com/kutaloweb/spala"
},
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
Expand Down

0 comments on commit b6736e9

Please sign in to comment.