Skip to content

Commit 684fe4f

Browse files
committed
v6.0.1
1 parent 530e627 commit 684fe4f

File tree

24 files changed

+149
-149
lines changed

24 files changed

+149
-149
lines changed

package-lock.json

Lines changed: 74 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/build-tools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@stylable/build-tools",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "Collection of helper functions for Stylable based tooling.",
55
"main": "dist/index.js",
66
"scripts": {
77
"test": "mocha \"./dist/test/**/*.spec.js\" --timeout 20000"
88
},
99
"dependencies": {
10-
"@stylable/core": "^6.0.0",
10+
"@stylable/core": "^6.0.1",
1111
"find-config": "^1.0.0"
1212
},
1313
"files": [

packages/cli/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stylable/cli",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "A low-level utility used for working with Stylable projects",
55
"main": "dist/index.js",
66
"bin": {
@@ -14,12 +14,12 @@
1414
"dependencies": {
1515
"@file-services/node": "^9.0.0",
1616
"@file-services/types": "^9.0.0",
17-
"@stylable/build-tools": "^6.0.0",
18-
"@stylable/code-formatter": "^6.0.0",
19-
"@stylable/core": "^6.0.0",
20-
"@stylable/module-utils": "^6.0.0",
21-
"@stylable/node": "^6.0.0",
22-
"@stylable/optimizer": "^6.0.0",
17+
"@stylable/build-tools": "^6.0.1",
18+
"@stylable/code-formatter": "^6.0.1",
19+
"@stylable/core": "^6.0.1",
20+
"@stylable/module-utils": "^6.0.1",
21+
"@stylable/node": "^6.0.1",
22+
"@stylable/optimizer": "^6.0.1",
2323
"@wixc3/resolve-directory-context": "^4.0.0",
2424
"decache": "^4.6.2",
2525
"js-base64": "^3.7.7",

0 commit comments

Comments
 (0)