images2atlas 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -14,11 +14,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
15
  exports.images2atlas = images2atlas;
16
16
  const chokidar_1 = require("chokidar");
17
- const path_1 = __importDefault(require("path"));
17
+ const debounce_1 = __importDefault(require("debounce"));
18
18
  const fs_extra_1 = __importDefault(require("fs-extra"));
19
+ const path_1 = __importDefault(require("path"));
19
20
  const spritesheet_templates_1 = __importDefault(require("spritesheet-templates"));
20
21
  const spritesmith_1 = __importDefault(require("spritesmith"));
21
- const debounce_1 = __importDefault(require("debounce"));
22
22
  const web_build_utils_1 = require("web-build-utils");
23
23
  // Supported output template formats for spritesheet-templates.
24
24
  const formatTypes = ['css', 'json', 'less', 'sass', 'scss', 'styl'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "images2atlas",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Plugin that converts set of images into a spritesheet by its directory and SASS/LESS/Stylus mixins",
5
5
  "author": "Porky Ke",
6
6
  "homepage": "https://github.com/porky-prince/web-build-tools/packages/images2atlas#readme",
@@ -27,7 +27,7 @@
27
27
  "fs-extra": "^11.3.2",
28
28
  "spritesheet-templates": "^10.5.2",
29
29
  "spritesmith": "^3.5.1",
30
- "web-build-utils": "^0.0.4"
30
+ "web-build-utils": "^0.0.5"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/fs-extra": "^11.0.4",