scss-bundle
Advanced tools
Comparing version 0.0.0-canary.a99866c to 0.0.0-canary.e3c9a99
{ | ||
"name": "scss-bundle", | ||
"version": "0.0.0-canary.a99866c", | ||
"version": "0.0.0-canary.e3c9a99", | ||
"description": "Bundling SCSS files to one bundled file.", | ||
@@ -23,3 +23,3 @@ "main": "dist/index.js", | ||
"dist", | ||
"**/*.md", | ||
"docs", | ||
"*.js", | ||
@@ -29,3 +29,3 @@ "!*.config.js" | ||
"bin": { | ||
"scss-bundle": "./dist/cli/main.js" | ||
"scss-bundle": "dist/cli/main.js" | ||
}, | ||
@@ -49,3 +49,3 @@ "author": "ReactWay <dev@reactway.com> (https://github.com/reactway)", | ||
"@types/archy": "^0.0.31", | ||
"@types/debug": "^4.1.4", | ||
"@types/debug": "^4.1.5", | ||
"@types/fs-extra": "^8.0.0", | ||
@@ -58,3 +58,3 @@ "@types/glob": "^7.1.1", | ||
"chokidar": "^3.0.2", | ||
"commander": "^2.20.0", | ||
"commander": "^3.0.0", | ||
"fs-extra": "^8.1.0", | ||
@@ -66,3 +66,4 @@ "globs": "^0.1.4", | ||
"pretty-bytes": "^5.3.0", | ||
"sass": "^1.22.9" | ||
"sass": "^1.22.9", | ||
"tslib": "^1.10.0" | ||
}, | ||
@@ -69,0 +70,0 @@ "jest": { |
@@ -7,4 +7,7 @@ # scss-bundle | ||
[![NPM version](https://img.shields.io/npm/v/scss-bundle/canary.svg?logo=npm)](https://www.npmjs.com/package/scss-bundle/v/canary) | ||
[![Total downloads](https://img.shields.io/npm/dt/scss-bundle.svg)](https://www.npmjs.com/package/scss-bundle) | ||
[![Build Status](https://img.shields.io/azure-devops/build/reactway/reactway/13/master.svg?logo=azuredevops)](https://dev.azure.com/reactway/ReactWay/_build/latest?definitionId=13&branchName=master) | ||
[![Code coverage](https://img.shields.io/azure-devops/coverage/reactway/reactway/13/master.svg)](https://dev.azure.com/reactway/ReactWay/_build/latest?definitionId=13&branchName=master) | ||
[![Dependencies](https://img.shields.io/david/reactway/tiny-emitter.svg)](https://david-dm.org/reactway/scss-bundle) | ||
@@ -11,0 +14,0 @@ [![Dev dependencies](https://img.shields.io/david/dev/reactway/tiny-emitter.svg)](https://david-dm.org/reactway/scss-bundle?type=dev) |
186
54763
18
45
+ Addedtslib@^1.10.0
+ Addedcommander@3.0.2(transitive)
+ Addedtslib@1.14.1(transitive)
- Removedcommander@2.20.3(transitive)
Updated@types/debug@^4.1.5
Updatedcommander@^3.0.0