Skip to content

Commit 0f22548

Browse files
committed
Install bower locally
1 parent 1c646cf commit 0f22548

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "laravel/laravel",
3-
"description": "The Laravel Framework.",
4-
"keywords": ["framework", "laravel"],
2+
"name": "visualappeal/ping",
3+
"description": "Website uptime monitor.",
4+
"keywords": ["ping", "uptime", "monitor"],
55
"license": "MIT",
66
"require": {
77
"laravel/framework": "4.2.*",
@@ -24,13 +24,13 @@
2424
"post-install-cmd": [
2525
"php artisan optimize",
2626
"npm install",
27-
"bower install"
27+
"./node_modules/.bin/bower install"
2828
],
2929
"post-update-cmd": [
3030
"php artisan clear-compiled",
3131
"php artisan optimize",
3232
"npm update",
33-
"bower update"
33+
"./node_modules/.bin/bower update"
3434
],
3535
"post-create-project-cmd": [
3636
"php artisan key:generate"

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
"license": "MIT",
99
"dependencies": {
1010
"grunt": "0.4.*",
11-
"grunt-chmod": "^1.0.3",
11+
"grunt-chmod": "1.0.*",
1212
"grunt-contrib-less": "1.0.*",
1313
"grunt-contrib-uglify": "0.7.*",
14-
"grunt-shell": "^1.1.1"
14+
"grunt-shell": "1.1.*",
15+
"bower": "1.3.*"
1516
},
1617
"private": true
1718
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy