Skip to content

Commit f1dc080

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

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.babelrc

+12
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

+1-1
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)