Skip to content

Commit 8457b69

Browse files
talentlessguytalentlessguy
talentlessguy
authored and
talentlessguy
committed
Publish
- @bundl/babel@1.0.3 - @bundl/buble@0.0.4 - @bundl/coffee@0.0.2 - @bundl/jsx@0.0.7 - @bundl/sass@0.0.6 - @bundl/stylus@0.0.3 - @bundl/terser@1.0.2
1 parent 59bfc67 commit 8457b69

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

packages/babel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bundl/babel",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"main": "index.js",
55
"license": "MIT",
66
"description": "Babel plugin for Bundl",

packages/buble/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bundl/buble",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Buble plugin for Bundl",
55
"author": "talentlessguy <pilll.PL22@gmail.com>",
66
"homepage": "https://bundljs.org/",

packages/coffee/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"bugs": {
1111
"url": "https://github.com/vimlet/bundl-plugins/issues"
1212
},
13-
"version": "0.0.1",
13+
"version": "0.0.2",
1414
"main": "index.js",
1515
"license": "MIT",
1616
"dependencies": {

packages/jsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bundl/jsx",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"main": "index.js",
55
"license": "MIT",
66
"description": "JSX plugin for Bundl",

packages/sass/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bundl/sass",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "Sass plugin for Bundl",
55
"keywords": [
66
"sass",
@@ -22,7 +22,7 @@
2222
"node-sass": "^4.12.0"
2323
},
2424
"peerDependencies": {
25-
"node-sass": ">=4.12",
26-
"@vimlet/bundl": ">=1.1"
25+
"@vimlet/bundl": ">=1.1",
26+
"node-sass": ">=4.12"
2727
}
2828
}

packages/stylus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bundl/stylus",
33
"description": "Stylus plugin for Bundl",
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"main": "index.js",
66
"license": "MIT",
77
"author": "talentlessguy <pilll.PL22@gmail.com>",

packages/terser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bundl/terser",
33
"description": "Terser plugin for Bundl",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"main": "index.js",
66
"author": "talentlessguy <pilll.PL22@gmail.com>",
77
"homepage": "https://bundljs.org/",

0 commit comments

Comments
 (0)