Skip to content

Commit

Permalink
Better npm info
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasrw committed Mar 27, 2017
1 parent f09fb4d commit bdef997
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build/ES5/rexreplace.cli.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -14358,7 +14358,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
var path = require('path');
var globs = require('globs');

var version = '2.2.0';
var version = '2.2.1';

module.exports = function (config) {
var _require2 = require('./output')(config),
Expand Down
2 changes: 1 addition & 1 deletion build/ES5/rexreplace.core.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -3432,7 +3432,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
var path = require('path');
var globs = require('globs');

var version = '2.2.0';
var version = '2.2.1';

module.exports = function (config) {
var _require = require('./output')(config),
Expand Down
2 changes: 1 addition & 1 deletion build/ES6/rexreplace.cli.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -15245,7 +15245,7 @@ const fs = require('fs');
const path = require('path');
const globs = require('globs');

const version = '2.2.0';
const version = '2.2.1';

module.exports = function(config){

Expand Down
2 changes: 1 addition & 1 deletion build/ES6/rexreplace.core.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -3666,7 +3666,7 @@ const fs = require('fs');
const path = require('path');
const globs = require('globs');

const version = '2.2.0';
const version = '2.2.1';

module.exports = function(config){

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rexreplace",
"version": "2.2.0",
"description": "Search and dynamicly replace text in files",
"version": "2.2.1",
"description": "Regex replace in files from CLI. Dynamic replacements and globs.",
"author": "Mathias Rangel Wulff",
"license": "MIT",
"main": "build/multiversion.core.js",
Expand Down
2 changes: 1 addition & 1 deletion src/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const fs = require('fs');
const path = require('path');
const globs = require('globs');

const version = '2.2.0';
const version = '2.2.1';

module.exports = function(config){

Expand Down

0 comments on commit bdef997

Please sign in to comment.