Skip to content

Commit a6e7e20

Browse files
authored
Merge pull request #266 from posthtml/milestone-0.4.2
Milestone 0.4.2
2 parents 0c53fed + 4ea9bac commit a6e7e20

3 files changed

Lines changed: 41 additions & 7 deletions

File tree

changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="0.4.2"></a>
2+
## <small>0.4.2 (2018-02-21)</small>
3+
4+
* 0.4.2 ([bff9b24](https://github.com/posthtml/posthtml-cli/commit/bff9b24))
5+
* fix: for node 4, add runtime ([6de4d9b](https://github.com/posthtml/posthtml-cli/commit/6de4d9b))
6+
* fix: try for node 4 ([4db1e9a](https://github.com/posthtml/posthtml-cli/commit/4db1e9a))
7+
* build: update changelog ([c89fa18](https://github.com/posthtml/posthtml-cli/commit/c89fa18))
8+
* build: update depDev ([cbe9b38](https://github.com/posthtml/posthtml-cli/commit/cbe9b38))
9+
10+
11+
112
<a name="0.4.1"></a>
213
## <small>0.4.1 (2018-02-20)</small>
314

package-lock.json

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

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "posthtml-cli",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "CLI for posthtml",
55
"license": "MIT",
66
"repository": "posthtml/posthtml-cli",
@@ -37,6 +37,7 @@
3737
"cli"
3838
],
3939
"dependencies": {
40+
"@babel/runtime": "^7.0.0-beta.40",
4041
"fast-glob": "^2.0.4",
4142
"get-cff": "^0.1.2",
4243
"make-dir": "^1.2.0",
@@ -50,6 +51,7 @@
5051
"@babel/cli": "^7.0.0-beta.40",
5152
"@babel/core": "^7.0.0-beta.40",
5253
"@babel/node": "^7.0.0-beta.40",
54+
"@babel/plugin-transform-runtime": "^7.0.0-beta.40",
5355
"@babel/preset-env": "^7.0.0-beta.40",
5456
"@babel/register": "^7.0.0-beta.40",
5557
"@commitlint/cli": "^6.1.0",
@@ -102,8 +104,7 @@
102104
{
103105
"targets": {
104106
"node": 4
105-
},
106-
"useBuiltIns": "usage"
107+
}
107108
}
108109
],
109110
[
@@ -113,6 +114,9 @@
113114
"mangle": false
114115
}
115116
]
117+
],
118+
"plugins": [
119+
"@babel/plugin-transform-runtime"
116120
]
117121
},
118122
"posthtml": {

0 commit comments

Comments
 (0)