lithium-sdk
Version:
### Lithium Developer Community Area
18 lines (15 loc) • 477 B
JavaScript
/**
* Created by nikhil.modak on 5/13/15.
*/
;
var gulp = require('gulp');
var gutil = require('gulp-util');
module.exports = {
run: function () {
require('../../lib/project.js')(gulp, gutil).update(function (/* error */) {
/* console.log(error); */
});
},
help: 'Updates the lithium-sdk project. Use this when updating a project to a new version of the SDK.' +
'\nRun this command from the root directory of a lithium-sdk project.'
};