Skip to content
This repository was archived by the owner on Feb 8, 2019. It is now read-only.

Commit 8f54fc4

Browse files
committed
feat(): default installer for bower, yo
1 parent ce96be0 commit 8f54fc4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

piscosour.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,17 @@
2020
],
2121
"versions": {
2222
"bower" : {
23-
"npm": true,
23+
"installer": "npm",
2424
"list": "bower cache list",
2525
"cmdInstaller": "bower install"
2626
},
2727
"npm" : {
28-
"npm": true,
2928
"list": "npm list -g --depth 0",
3029
"regexp": "\\@(.*?)\\s",
3130
"cmdInstaller": "npm install -g"
3231
},
3332
"yo": {
34-
"npm": true,
33+
"installer": "npm",
3534
"option": "--version"
3635
},
3736
"java": {

0 commit comments

Comments
 (0)