Skip to content

Commit 7394b10

Browse files
committed
v1.0.2
1 parent 43014f3 commit 7394b10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "phaser-webpack-loader",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"author": "GoldFire Studios, Inc. (http://goldfirestudios.com)",
55
"description": "Asset loader for Phaser + Webpack.",
66
"author": "James Simpson <[email protected]> (http://goldfirestudios.com)",
@@ -13,7 +13,7 @@
1313
"release": "VERSION=`printf 'v' && node -e 'console.log(require(\"./package.json\").version)'` && git tag $VERSION && git push && git push origin $VERSION && npm publish"
1414
},
1515
"dependencies": {
16-
"webfontloader": "^1.6.27"
16+
"webfontloader": "^1.6.28"
1717
},
1818
"engines": {
1919
"node": ">=4.0.0"

0 commit comments

Comments
 (0)