Comparing version
@@ -20,3 +20,3 @@ #!/usr/bin/env node | ||
prog.version('0.0.1').help('A dynamic library to internationalize your things.').command('create', 'Create translations files.').option('-g, --glob <pattern>', 'Search pattern to create the translations files.', null, '**/*.js').option('-l, --lang <languages>', 'Languages to translate.', prog.LIST).action(function () { | ||
prog.version('0.0.2').help('A dynamic library to internationalize your things.').command('create', 'Create translations files.').option('-g, --glob <pattern>', 'Search pattern to create the translations files.', null, '**/*.js').option('-l, --lang <languages>', 'Languages to translate.', prog.LIST).action(function () { | ||
var _ref = (0, _asyncToGenerator3.default)( /*#__PURE__*/_regenerator2.default.mark(function _callee2(args, options, logger) { | ||
@@ -23,0 +23,0 @@ return _regenerator2.default.wrap(function _callee2$(_context2) { |
{ | ||
"name": "crates", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A pretty simple and efficient internationalization library.", | ||
@@ -34,3 +34,2 @@ "main": "index.js", | ||
"babel-jest": "^22.2.2", | ||
"babel-plugin-transform-runtime": "^6.23.0", | ||
"babel-polyfill": "^6.26.0", | ||
@@ -54,2 +53,3 @@ "babel-preset-env": "^1.6.1", | ||
"@babel/types": "^7.0.0-beta.40", | ||
"babel-plugin-transform-runtime": "^6.23.0", | ||
"babylon": "^6.18.0", | ||
@@ -56,0 +56,0 @@ "caporal": "^0.9.0", |
17
-5.56%11
10%+ Added
+ Added
+ Added
+ Added