Skip to content

Commit f1dc080

Browse files
committed
Fix gulpfile transpilation when coming from npm
1 parent 7d530f8 commit f1dc080

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

.babelrc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
{
3+
"presets": [
4+
[
5+
"@babel/env", {
6+
"targets": {
7+
"node": "current"
8+
}
9+
}
10+
]
11+
]
12+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@createjs/build",
3-
"version": "2.0.0-beta.4",
3+
"version": "2.0.0-beta.5",
44
"description": "CreateJS's central build and development process.",
55
"keywords": [
66
"createjs",

0 commit comments

Comments
 (0)