complete-string
Advanced tools
Comparing version 2.2.0 to 2.2.2
@@ -55,3 +55,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
/* 0 */ | ||
/***/ function(module, exports, __webpack_require__) { | ||
/***/ (function(module, exports, __webpack_require__) { | ||
@@ -63,11 +63,11 @@ 'use strict'; | ||
/***/ }, | ||
/***/ }), | ||
/* 1 */ | ||
/***/ function(module, exports) { | ||
/***/ (function(module, exports) { | ||
/** | ||
* @author Piotr Kowalski <piecioshka@gmail.com> (piecioshka.pl) | ||
* @author Piotr Kowalski <piecioshka@gmail.com> (https://piecioshka.pl) | ||
* @name complete-string | ||
* @description CompleteString string by any char. This repo is some kind of polyfill for ES7 padLeft. | ||
* @version 2.1.2 | ||
* @description Complete string by any char. This repo is some kind of polyfill for ES2017 padStart. | ||
* @version 2.2.2 | ||
* @license MIT | ||
@@ -146,3 +146,3 @@ * @example | ||
/***/ } | ||
/***/ }) | ||
/******/ ]) | ||
@@ -149,0 +149,0 @@ }); |
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.CompleteString=e():t.CompleteString=e()}(this,function(){return function(t){function e(n){if(r[n])return r[n].exports;var o=r[n]={exports:{},id:n,loaded:!1};return t[n].call(o.exports,o,o.exports,e),o.loaded=!0,o.exports}var r={};return e.m=t,e.c=r,e.p="",e(0)}([function(t,e,r){"use strict";t.exports=r(1)},function(t,e){/** | ||
* @author Piotr Kowalski <piecioshka@gmail.com> (piecioshka.pl) | ||
* @author Piotr Kowalski <piecioshka@gmail.com> (https://piecioshka.pl) | ||
* @name complete-string | ||
* @description CompleteString string by any char. This repo is some kind of polyfill for ES7 padLeft. | ||
* @version 2.1.2 | ||
* @description Complete string by any char. This repo is some kind of polyfill for ES2017 padStart. | ||
* @version 2.2.2 | ||
* @license MIT | ||
@@ -7,0 +7,0 @@ * @example |
{ | ||
"name": "complete-string", | ||
"version": "2.2.0", | ||
"version": "2.2.2", | ||
"description": "Complete string by any char. This repo is some kind of polyfill for ES2017 padStart.", | ||
@@ -20,3 +20,5 @@ "license": "MIT", | ||
"coverage": "nyc npm run test && nyc report --reporter=html", | ||
"coveralls": "nyc npm run test && nyc report --reporter=text-lcov | coveralls -v" | ||
"coveralls": "nyc npm run test && nyc report --reporter=text-lcov | coveralls -v", | ||
"version": "npm run build && git add dist/", | ||
"postversion": "git push --tags" | ||
}, | ||
@@ -34,2 +36,3 @@ "devDependencies": { | ||
"src", | ||
"index.d.ts", | ||
"index.js", | ||
@@ -36,0 +39,0 @@ "package.json", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
25443
9
218