mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(gulp) add bower support
This commit is contained in:
parent
113dc28e9c
commit
4049116775
3 changed files with 9 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"name": "cloudcmd",
|
||||
"version": "2.2.0",
|
||||
"homepage": "https://github.com/coderaiser/cloudcmd",
|
||||
"authors": [
|
||||
"coderaiser <mnemonic.enemy@gmail.com>"
|
||||
|
|
|
|||
|
|
@ -12,6 +12,13 @@
|
|||
else
|
||||
callback(null, 'package: done');
|
||||
});
|
||||
|
||||
version(versionNew, {name: 'bower'}, function(error) {
|
||||
if (error)
|
||||
callback(error);
|
||||
else
|
||||
callback(null, 'bower: done');
|
||||
});
|
||||
});
|
||||
};
|
||||
})();
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@
|
|||
"prepend": "~1.0.2",
|
||||
"shortdate": "~1.0.1",
|
||||
"should": "~5.0.0",
|
||||
"version-io": "~1.0.3",
|
||||
"version-io": "~1.1.0",
|
||||
"yaspeller": "~1.0.2"
|
||||
},
|
||||
"engines": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue