Skip to content
This repository was archived by the owner on Mar 6, 2020. It is now read-only.

Commit 05dad61

Browse files
committed
Update yo-yoify
1 parent 236a077 commit 05dad61

3 files changed

Lines changed: 15 additions & 16 deletions

File tree

.babelrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"extplug"
44
],
55
"plugins": [
6-
"yo-yoify"
6+
["yo-yoify", {
7+
"appendChildModule": "bel/appendChild"
8+
}]
79
]
810
}

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"semver-compare": "^1.0.0",
2020
"sistyl": "^1.0.0",
2121
"underscore": "^1.6.0",
22-
"yo-yoify": "^3.5.0"
22+
"yo-yoify": "^4.0.0"
2323
},
2424
"devDependencies": {
2525
"babel-core": "^7.0.0-beta.3",
@@ -34,7 +34,7 @@
3434
"eslint": "^4.9.0",
3535
"eslint-config-airbnb-base": "^12.1.0",
3636
"eslint-plugin-import": "^2.7.0",
37-
"file-loader": "^1.1.4",
37+
"file-loader": "^1.1.5",
3838
"gulp": "github:gulpjs/gulp#4.0",
3939
"gulp-babel": "^7.0.0",
4040
"gulp-concat": "^2.6.0",
@@ -52,7 +52,7 @@
5252
"replacestream": "^4.0.3",
5353
"requirejs": "^2.3.5",
5454
"through2": "^2.0.1",
55-
"url-loader": "^0.6.1",
55+
"url-loader": "^0.6.2",
5656
"webpack": "^3.8.1",
5757
"webpack-dev-server": "^2.9.2"
5858
},

0 commit comments

Comments
 (0)